25 lines
670 B
Bash
25 lines
670 B
Bash
# 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
|
|
}
|