From d9e37ee55fa8b56163a844b5e4180c2d1fd5aedc Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 4 Feb 2015 22:52:28 +0100 Subject: [PATCH] New package: horst-4.2 --- srcpkgs/horst/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/horst/template diff --git a/srcpkgs/horst/template b/srcpkgs/horst/template new file mode 100644 index 00000000000..2cbeb2efc6e --- /dev/null +++ b/srcpkgs/horst/template @@ -0,0 +1,18 @@ +# Template file for 'horst' +pkgname=horst +version=4.2 +revision=1 +wrksrc=${pkgname}-version-${version} +build_style=gnu-makefile +makedepends="ncurses-devel" +short_desc="Lightweight IEEE802.11 wireless LAN analyzer with a text interface" +maintainer="Duncaen " +license="GPL-2" +homepage="http://br1.einfach.org/tech/horst/" +distfiles="https://github.com/br101/horst/archive/version-${version}.tar.gz" +checksum=492e56e94ca3a04e204b192419367854aabfd13b1d9d2ea6af45f1d97748d62c + +do_install() { + vbin horst + vman horst.1 +}