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 +}