# Template file for 'root-tail'
pkgname=root-tail
version=1.3
revision=1
makedepends="libX11-devel libXext-devel libXfixes-devel"
short_desc="Print text directly to X11 root window"
maintainer="sputnik <sputnik@sdf.org>"
license="GPL-2.0-or-later"
homepage="http://software.schmorp.de/pkg/root-tail.html"
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=460475323404460919ff48c90f7b3ebfdb66f3b9961f54dd73dd172178c07712

do_build() {
	make -f Makefile all
}

do_install() {
	vbin root-tail
	vman root-tail.1.gz
	vdoc README
	vdoc Changes
}
