New package: pflask-git-20150220
This commit is contained in:
parent
f658fd980e
commit
8eee461934
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue