18 lines
471 B
Bash
18 lines
471 B
Bash
# Template file for 'miruo'
|
|
pkgname=miruo
|
|
version=0.9.6b
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libpcap-devel"
|
|
short_desc="Pretty-print TCP session monitor/analyzer"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/KLab/miruo"
|
|
distfiles="https://github.com/KLab/miruo/archive/${version}.tar.gz"
|
|
checksum=0b31a5bde5b0e92a245611a8e671cec3d330686316691daeb1de76360d2fa5f1
|
|
|
|
do_install() {
|
|
vbin miruo
|
|
vdoc README
|
|
}
|