containers: update to 1.3.
This commit is contained in:
parent
4db126b080
commit
531c0a66bf
|
@ -1,24 +1,22 @@
|
|||
# Template file for 'containers'
|
||||
pkgname=containers
|
||||
version=1.2
|
||||
revision=2
|
||||
hostmakedepends="git"
|
||||
version=1.3
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
short_desc="Lightweight containers using Linux user namespaces"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/arachsys/containers"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b ${pkgname}-${version} \
|
||||
git://github.com/arachsys/containers.git ${pkgname}-${version}
|
||||
}
|
||||
distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz"
|
||||
checksum=329b047cf69ac1030da54795cedbbd7b34f52665da6a7e48aace512f1c8ffa65
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CFLAGS="${CFLAGS}" ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin inject
|
||||
vinstall contain 4755 usr/bin
|
||||
vinstall pseudo 4755 usr/bin
|
||||
vlicense COPYING
|
||||
vdoc README
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue