From fa176af0249a43c44f6976a0a5ba2eaff9c84e37 Mon Sep 17 00:00:00 2001 From: sputnik Date: Sun, 15 Dec 2019 11:10:59 +0300 Subject: [PATCH] New package: root-tail-1.3 --- srcpkgs/root-tail/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/root-tail/template diff --git a/srcpkgs/root-tail/template b/srcpkgs/root-tail/template new file mode 100644 index 00000000000..c46beb9af54 --- /dev/null +++ b/srcpkgs/root-tail/template @@ -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 " +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 +}