# Template file for 'XMousePasteBlock'
pkgname=XMousePasteBlock
version=1.4
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="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/milaq/XMousePasteBlock"
distfiles="https://github.com/milaq/XMousePasteBlock/archive/refs/tags/${version}.tar.gz"
checksum=8a66caced0f6fda7bb632046b04e28a83888e29799e18c0507e1e6e623ab7f44

do_build() {
	make CC="$CC" ${makejobs}
}
