New package: XMousePasteBlock-1.3_1

This commit is contained in:
Cullen Ross 2022-01-13 12:33:12 -05:00 committed by Đoàn Trần Công Danh
parent d064d6c6da
commit 46f1ff290b
1 changed files with 17 additions and 0 deletions

View 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}
}