containers: rename inject to inject-contain #5432
closes #5441 closes #5432
This commit is contained in:
parent
0eda002756
commit
e2ae7175d3
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'containers'
|
||||
pkgname=containers
|
||||
version=1.6
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-makefile
|
||||
short_desc="Lightweight containers using Linux user namespaces"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
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
|
||||
vbin inject inject-contain
|
||||
vinstall contain 4755 usr/bin
|
||||
vinstall pseudo 4755 usr/bin
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue