diff --git a/srcpkgs/miruo/template b/srcpkgs/miruo/template new file mode 100644 index 00000000000..8641a3f4e3f --- /dev/null +++ b/srcpkgs/miruo/template @@ -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 " +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 +}