capchroot: use local stored distfile.
--HG-- extra : convert_revision : 032dd0e9a9dd16e76445324471014583ecf23851
This commit is contained in:
parent
df8b5742f2
commit
723d545e65
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'capchroot'
|
# Template file for 'capchroot'
|
||||||
pkgname=capchroot
|
pkgname=capchroot
|
||||||
version=0.1
|
version=0.1
|
||||||
distfiles="http://projects.archlinux.org/users/thomas/$pkgname.git/snapshot/$pkgname-$version.tar.gz"
|
distfiles="http://xbps.nopcode.org/distfiles/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
short_desc="Use chroot with capabilities as normal user"
|
short_desc="Use chroot with capabilities as normal user"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=89387e78b092a1107543987884086b29db730b14cad7c6237b01e46f8488a55d
|
checksum=9e28571684022698921f25711f60f3e634206412851150905ec73cfd63bc0e92
|
||||||
long_desc="
|
long_desc="
|
||||||
A tool that allows users to chroot to certain directories without
|
A tool that allows users to chroot to certain directories without
|
||||||
root privileges."
|
root privileges."
|
||||||
|
|
Loading…
Reference in a new issue