app-containers/arachsys-containers - 1.7 (guru)

Search

Install

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

Package Information

Description:
Simple containers using Linux user namespaces
Homepage:
https://arachsys.github.io
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.7 8 ~amd64 0
View Raw Ebuild
# 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
}

USE Flags

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

Global/Standard Flags

suid
Default: Enabled (+)

Inherited Eclasses

Manifest for 1.7

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