app-emulation/bst - 9999 (junkdrawer)

Search

Install

Install this version:

emerge -a =app-emulation/bst-9999

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

autounmask =app-emulation/bst-9999

Or alternatively:

emerge --autounmask-write -a =app-emulation/bst-9999

Package Information

Description:
A one-stop shop for process isolation
Homepage:
https://github.com/aristanetworks/bst
License:
MIT

Ebuild Details

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

EAPI=8

inherit git-r3 meson

DESCRIPTION="A one-stop shop for process isolation"
HOMEPAGE="https://github.com/aristanetworks/bst"

EGIT_REPO_URI="https://github.com/aristanetworks/bst"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""

IUSE="man"
RESTRICT="test"

BDEPEND="sys-libs/libcap
	man? ( app-text/scdoc )"

PATCHES=( "${FILESDIR}/${PN}-Do-not-force-compressed-manpages.patch" )

src_prepare() {
	default
	sed -i "/install_dir/d" meson.build || die
}

src_configure() {
	local emesonargs=(
		$(meson_feature man man-pages)
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-emulation/bst | euse -E <flag> -p app-emulation/bst | euse -D <flag> -p app-emulation/bst

Global/Standard Flags

man

Inherited Eclasses

Dependencies

BDEPEND

sys-libs/libcap
	man? ( app-text/scdoc )