Install this version:
emerge -a =app-containers/arachsys-containers-1.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-containers/arachsys-containers-1.7
Or alternatively:
emerge --autounmask-write -a =app-containers/arachsys-containers-1.7
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.7 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
MY_PN="${PN#arachsys-}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Simple containers using Linux user namespaces"
HOMEPAGE="https://arachsys.github.io"
SRC_URI="https://github.com/arachsys/${MY_PN}/archive/refs/tags/${MY_P}.tar.gz"
# weird tag names
S="${WORKDIR}/${MY_PN}-${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+suid"
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="$CFLAGS"
}
src_install() {
into /
dobin inject contain pseudo
dodoc README TIPS
use suid && fperms u+s /bin/contain /bin/pseudo
}
Manage flags for this package:
euse -i <flag> -p app-containers/arachsys-containers |
euse -E <flag> -p app-containers/arachsys-containers |
euse -D <flag> -p app-containers/arachsys-containers
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | containers-1.7.tar.gz | 13703 bytes | https://github.com/arachsys/containers/archive/refs/tags/containers-1.7.tar.gz |