From feef6188545b1501ce503eb90a81d1c90c2926f3 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Tue, 15 May 2018 21:23:44 +0200 Subject: [PATCH] New package: tdrop-0.2 Closes #27. Signed-off-by: Enno Boland --- srcpkgs/tdrop/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/tdrop/template diff --git a/srcpkgs/tdrop/template b/srcpkgs/tdrop/template new file mode 100644 index 00000000000..bd23fc32cd9 --- /dev/null +++ b/srcpkgs/tdrop/template @@ -0,0 +1,18 @@ +# Template file for 'tdrop' +pkgname=tdrop +version=0.2 +revision=1 +noarch=yes +depends="bash xdotool xprop xwininfo" +short_desc="Turn terminal emulator or any program into dropdown window" +maintainer="Daniel Lewan " +license="BSD-2-Clause" +homepage="https://github.com/noctuid/tdrop" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=56d6e75fb17046d04234740b71ea10b422207420c48c3ec2d6131d19fa2a8597 + +do_install() { + vbin tdrop + vlicense LICENSE + vman tdrop.1 +}