diff --git a/srcpkgs/python-pypcapfile/template b/srcpkgs/python-pypcapfile/template new file mode 100644 index 00000000000..516b0f7c06f --- /dev/null +++ b/srcpkgs/python-pypcapfile/template @@ -0,0 +1,21 @@ +# Template file for 'python-pypcapfile' +pkgname=python-pypcapfile +version=0.12.0 +revision=1 +wrksrc="pypcapfile-${version}" +noarch=yes +build_style=python2-module +pycompile_module="pcapfile" +hostmakedepends="python-setuptools" +depends="python" +short_desc="A Python library for handling libpcap savefiles" +maintainer="cipr3s " +license="ISC" +homepage="http://kisom.github.com/pypcapfile" +distfiles="${PYPI_SITE}/p/pypcapfile/pypcapfile-${version}.tar.gz" +checksum="3328e2136980468b0906bbe05a5a6e4e506a6f1a8451cf80393814c31e6f3b7f" + +post_install() { + $XBPS_FETCH_CMD https://raw.githubusercontent.com/kisom/pypcapfile/master/LICENSE + vlicense LICENSE +}