void-packages/srcpkgs/pflask-git/template
2015-02-20 13:53:42 +01:00

20 lines
469 B
Text

# Template file for 'pflask-git'
pkgname=pflask-git
version=20150220
revision=1
build_style=cmake
hostmakedepends="git cmake"
short_desc="Simple tool for creating Linux namespace containers"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
homepage="https://github.com/ghedo/pflask"
do_fetch() {
git clone git://github.com/ghedo/pflask ${pkgname}-${version}
}
do_install() {
vlicense COPYING LICENSE
vbin build/pflask
vman docs/pflask.1
}