void-packages/srcpkgs/unclutter-xfixes/template

23 lines
735 B
Bash

# Template file for 'unclutter-xfixes'
pkgname=unclutter-xfixes
version=1.5
revision=1
build_style=gnu-makefile
make_use_env=yes
make_install_args="LICENSEDIR=/usr/share/licenses/${pkgname}"
hostmakedepends="pkg-config asciidoc"
makedepends="libXfixes-devel libXi-devel libev-devel"
short_desc="Rewrite of the popular tool unclutter using the libXfixes"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://github.com/Airblader/unclutter-xfixes"
distfiles="https://github.com/Airblader/unclutter-xfixes/archive/v${version}.tar.gz"
checksum=35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11
conflicts="unclutter>=0"
pre_build() {
sed -e '/^CC/d' \
-e '/^.PHONY: $(TARGET)/d' \
-i Makefile
}