pflask-git: remove git version

Closes #10878.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Enno Boland 2018-01-16 12:40:18 +01:00
parent de78c97a1c
commit bfb4b6e118

View file

@ -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 <chneukirchen@gmail.com>"
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
}