New package: proot-2.4.1.
This commit is contained in:
parent
82f6852a7b
commit
56b7a45ac0
1 changed files with 27 additions and 0 deletions
27
srcpkgs/proot/template
Normal file
27
srcpkgs/proot/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'proot'
|
||||||
|
pkgname=proot
|
||||||
|
version=2.4.1
|
||||||
|
revision=1
|
||||||
|
short_desc="User-space implementation of chroot, mount --bind, and binfmt_misc"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://proot.me"
|
||||||
|
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
makedepends="talloc-devel"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone -bv${version} git://github.com/cedric-vincent/PRoot.git \
|
||||||
|
${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cd src
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall src/proot 755 usr/bin
|
||||||
|
vinstall doc/proot.1 644 usr/share/man/man1
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue