void-packages/srcpkgs/containers/template
2019-01-20 11:27:02 -02:00

22 lines
626 B
Bash

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