18 lines
482 B
Bash
18 lines
482 B
Bash
|
# Template file for 'miruo'
|
||
|
pkgname=miruo
|
||
|
version=0.9.6
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
makedepends="libpcap-devel"
|
||
|
short_desc="Pretty-print TCP session monitor/analyzer"
|
||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://github.com/KLab/miruo"
|
||
|
distfiles="https://github.com/KLab/${pkgname}/archive/${version}.tar.gz"
|
||
|
checksum=bbb2989cad13b7a7541413352044dff9733121fcc82c29ced3bdfbf6b829d9b4
|
||
|
|
||
|
do_install() {
|
||
|
vbin miruo
|
||
|
vdoc README
|
||
|
}
|