21 lines
584 B
Bash
21 lines
584 B
Bash
# Template file for 'containers'
|
|
pkgname=containers
|
|
version=1.7
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Lightweight containers using Linux user namespaces"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/arachsys/containers"
|
|
distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz"
|
|
checksum=5f43ffaf9bcfc73032cafeb94fe9596dcfa0b26f0bd2730656c3daa4341d9c02
|
|
|
|
do_install() {
|
|
vbin inject inject-contain
|
|
vinstall contain 4755 usr/bin
|
|
vinstall pseudo 4755 usr/bin
|
|
vlicense COPYING
|
|
vdoc README
|
|
vdoc TIPS
|
|
}
|