diff --git a/srcpkgs/python-pypcapfile/template b/srcpkgs/python-pypcapfile/template deleted file mode 100644 index 73b767f61c2..00000000000 --- a/srcpkgs/python-pypcapfile/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template file for 'python-pypcapfile' -pkgname=python-pypcapfile -version=0.12.0 -revision=1 -wrksrc="pypcapfile-${version}" -archs=noarch -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 -}