mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: pflask-git-20150220
This commit is contained in:
parent
f658fd980e
commit
8eee461934
1 changed files with 20 additions and 0 deletions
20
srcpkgs/pflask-git/template
Normal file
20
srcpkgs/pflask-git/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue