mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
proot: update to 3.2.2
This commit is contained in:
parent
72e0823e13
commit
474d997d62
1 changed files with 4 additions and 7 deletions
|
@ -1,18 +1,15 @@
|
||||||
# Template file for 'proot'
|
# Template file for 'proot'
|
||||||
pkgname=proot
|
pkgname=proot
|
||||||
version=2.4.1
|
version=3.2.2
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="User-space implementation of chroot, mount --bind, and binfmt_misc"
|
short_desc="User-space implementation of chroot, mount --bind, and binfmt_misc"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://proot.me"
|
homepage="http://proot.me"
|
||||||
|
distfiles="https://github.com/cedric-vincent/PRoot/archive/v${version}.tar.gz"
|
||||||
|
checksum="481296465027c48de8b8779c4cdad57948c765139f2a17b25590068b8d21a111"
|
||||||
makedepends="talloc-devel"
|
makedepends="talloc-devel"
|
||||||
|
wrksrc="PRoot-${version}"
|
||||||
do_fetch() {
|
|
||||||
git clone -bv${version} git://github.com/cedric-vincent/PRoot.git \
|
|
||||||
${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Add table
Reference in a new issue