18 lines
595 B
Bash
18 lines
595 B
Bash
|
# 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}
|
||
|
}
|