New package: miruo-0.9.6
This commit is contained in:
parent
6ff2eb6a71
commit
9899ef5ee7
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue