19 lines
531 B
Text
19 lines
531 B
Text
|
# 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 <mail@duncano.de>"
|
||
|
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
|
||
|
}
|