mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: XMousePasteBlock-1.3_1
This commit is contained in:
parent
d064d6c6da
commit
46f1ff290b
1 changed files with 17 additions and 0 deletions
17
srcpkgs/XMousePasteBlock/template
Normal file
17
srcpkgs/XMousePasteBlock/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'XMousePasteBlock'
|
||||||
|
pkgname=XMousePasteBlock
|
||||||
|
version=1.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libev-devel libX11-devel libXi-devel"
|
||||||
|
short_desc="Userspace tool to disable middle mouse button paste in Xorg"
|
||||||
|
maintainer="Cullen Ross <cullenrss@gmail.com>"
|
||||||
|
license="GPL-2.0-only"
|
||||||
|
homepage="https://github.com/milaq/XMousePasteBlock"
|
||||||
|
distfiles="https://github.com/milaq/XMousePasteBlock/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=c1130a6194f97612e359a6c487fc37e5b9bcb8ba62c5ce4b0b2c8f54d63e6889
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC="$CC" ${makejobs}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue