New package: root-tail-1.3

This commit is contained in:
sputnik 2019-12-15 11:10:59 +03:00 committed by Jürgen Buchmüller
parent 7f83052122
commit fa176af024

View file

@ -0,0 +1,22 @@
# 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
}