mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
containers: update to 1.3.
This commit is contained in:
parent
4db126b080
commit
531c0a66bf
1 changed files with 7 additions and 9 deletions
|
@ -1,24 +1,22 @@
|
||||||
# Template file for 'containers'
|
# Template file for 'containers'
|
||||||
pkgname=containers
|
pkgname=containers
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="git"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
short_desc="Lightweight containers using Linux user namespaces"
|
short_desc="Lightweight containers using Linux user namespaces"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/arachsys/containers"
|
homepage="https://github.com/arachsys/containers"
|
||||||
|
distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz"
|
||||||
do_fetch() {
|
checksum=329b047cf69ac1030da54795cedbbd7b34f52665da6a7e48aace512f1c8ffa65
|
||||||
git clone -b ${pkgname}-${version} \
|
|
||||||
git://github.com/arachsys/containers.git ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC CFLAGS="${CFLAGS}" ${makejobs}
|
make CC=$CC CFLAGS="${CFLAGS}" ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin inject
|
vbin inject
|
||||||
vinstall contain 4755 usr/bin
|
vinstall contain 4755 usr/bin
|
||||||
vinstall pseudo 4755 usr/bin
|
vinstall pseudo 4755 usr/bin
|
||||||
|
vlicense COPYING
|
||||||
|
vdoc README
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue