21 lines
610 B
Bash
21 lines
610 B
Bash
# Template file for 'containers'
|
|
pkgname=containers
|
|
version=1.6
|
|
revision=1
|
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
build_style=gnu-makefile
|
|
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=38a13fc323f163657fa6c1aa8653e468eb003eae7de071c16acf810cdd1ce981
|
|
|
|
do_install() {
|
|
vbin inject
|
|
vinstall contain 4755 usr/bin
|
|
vinstall pseudo 4755 usr/bin
|
|
vlicense COPYING
|
|
vdoc README
|
|
vdoc TIPS
|
|
}
|