sys-libs/basu - 0.2.0 (amano-kenji)

Search

Install

Install this version:

emerge -a =sys-libs/basu-0.2.0

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

autounmask =sys-libs/basu-0.2.0

Or alternatively:

emerge --autounmask-write -a =sys-libs/basu-0.2.0

Package Information

Description:
sd-bus library extracted from systemd
Homepage:
https://github.com/emersion/basu
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
0.2.0 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

DESCRIPTION="sd-bus library extracted from systemd"
HOMEPAGE="https://github.com/emersion/basu"
SRC_URI="https://github.com/emersion/basu/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="caps audit"
RESTRICT="primaryuri"
RDEPEND="caps? ( sys-libs/libcap )
	audit? ( sys-process/audit )"
DOCS="README.md"

src_configure() {
	local emesonargs=(
		$(meson_use audit)
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-libs/basu | euse -E <flag> -p sys-libs/basu | euse -D <flag> -p sys-libs/basu

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

caps? ( sys-libs/libcap )
	audit? ( sys-process/audit )

Manifest for 0.2.0

Type File Size Source URLs
DIST basu-0.2.0.tar.gz 238861 bytes https://github.com/emersion/basu/archive/refs/tags/v0.2.0.tar.gz