void-packages/srcpkgs/pflask-git/template

25 lines
670 B
Bash
Raw Normal View History

2015-02-20 12:53:42 +00:00
# Template file for 'pflask-git'
pkgname=pflask-git
version=20150513
_githash=2d69096dc7e9bf2d833252445ce85a9ac020a535
wrksrc="pflask-${_githash}"
2015-02-20 12:53:42 +00:00
revision=1
2015-03-03 18:04:13 +00:00
build_style=waf
2015-05-13 15:47:15 +00:00
hostmakedepends="python python-Sphinx ca-certificates"
2015-02-20 12:53:42 +00:00
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=9005aa83ce9b09de5705ccfc5f2d86d8902e4ca11552cc4bd58a2cab76c6bcd7
2015-02-20 12:53:42 +00:00
2015-03-03 18:04:13 +00:00
pre_configure() {
python bootstrap.py
}
2015-02-20 12:53:42 +00:00
do_install() {
vlicense COPYING LICENSE
vbin build/pflask
vman build/docs/man/pflask.1
2015-02-20 12:53:42 +00:00
}