dev-libs/imsg-compat - 9999 (guru)

Search

Install

Install this version:

emerge -a =dev-libs/imsg-compat-9999

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

autounmask =dev-libs/imsg-compat-9999

Or alternatively:

emerge --autounmask-write -a =dev-libs/imsg-compat-9999

Package Information

Description:
linux port of OpenBSD imsg
Homepage:
https://man.openbsd.org/imsg_init.3 https://github.com/bsd-ac/imsg-compat
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="linux port of OpenBSD imsg"

HOMEPAGE="https://man.openbsd.org/imsg_init.3
	https://github.com/bsd-ac/imsg-compat
"

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/bsd-ac/imsg-compat.git"
else
	SRC_URI="https://github.com/bsd-ac/imsg-compat/archive/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

LICENSE="ISC"
SLOT="0"
IUSE="static-libs"

src_install() {
	meson_src_install

	use static-libs || rm "${ED}/usr/$(get_libdir)/libimsg.a" || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/imsg-compat | euse -E <flag> -p dev-libs/imsg-compat | euse -D <flag> -p dev-libs/imsg-compat

Global/Standard Flags

Inherited Eclasses