22 lines
633 B
Bash
22 lines
633 B
Bash
# Template file for 'containers'
|
|
pkgname=containers
|
|
version=1.4
|
|
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"
|
|
distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz"
|
|
checksum=1621f22027bc90b92c2bfeb174051fdbc2a18c5a0b50a96fbc091321329cc7f8
|
|
|
|
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
|
|
}
|