New package: pflask-git-20150220

This commit is contained in:
Christian Neukirchen 2015-02-20 13:53:42 +01:00
parent f658fd980e
commit 8eee461934
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# 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
}