26 lines
710 B
Bash
26 lines
710 B
Bash
# Template file for 'unclutter-xfixes'
|
|
pkgname=unclutter-xfixes
|
|
version=1.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
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.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/Airblader/unclutter-xfixes"
|
|
distfiles="https://github.com/Airblader/unclutter-xfixes/archive/v${version}.tar.gz"
|
|
checksum=f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3
|
|
conflicts="unclutter>=0"
|
|
|
|
pre_build() {
|
|
sed -e '/^CC/d' \
|
|
-e '/^.PHONY: $(TARGET)/d' \
|
|
-i Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|