app-containers/lxc-gentoo - 9999 (waebbl)

Search

Install

Install this version:

emerge -a =app-containers/lxc-gentoo-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-containers/lxc-gentoo-9999

Or alternatively:

emerge --autounmask-write -a =app-containers/lxc-gentoo-9999

Package Information

Description:
LXC container creation script for gentoo containers
Homepage:
https://github.com/globalcitizen/lxc-gentoo
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="LXC container creation script for gentoo containers"
HOMEPAGE="https://github.com/globalcitizen/lxc-gentoo"
EGIT_REPO_URI="https://github.com/globalcitizen/lxc-gentoo.git"

LICENSE="GPL-3"
SLOT="0"
IUSE=""

DEPEND="app-containers/lxc"
RDEPEND="${DEPEND}"

src_install() {
	dobin lxc-gentoo
}

Inherited Eclasses

Dependencies

DEPEND

app-containers/lxc

RDEPEND

app-containers/lxc