diff --git a/srcpkgs/pflask-git/template b/srcpkgs/pflask-git/template deleted file mode 100644 index 4a15c938d20..00000000000 --- a/srcpkgs/pflask-git/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'pflask-git' -pkgname=pflask-git -version=20160206 -revision=1 -_githash=599418bb6453eaa0ccab493f9411f13726c1a636 -wrksrc="pflask-${_githash}" -build_style=waf -hostmakedepends="python python-Sphinx ca-certificates" -short_desc="Simple tool for creating Linux namespace containers" -maintainer="Christian Neukirchen " -license="BSD" -homepage="https://github.com/ghedo/pflask" -distfiles="${homepage}/archive/${_githash}.tar.gz" -checksum=2545fca37f9da484b46b6fb5e3a9bbba6526a9725189fe4af5227ef6e6fca440 - -pre_configure() { - python bootstrap.py -} - -do_install() { - vlicense COPYING LICENSE - vbin build/pflask - vman build/docs/man/pflask.1 -}