mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-libs/imsg-compat: update to 8.0.0
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
25
dev-libs/imsg-compat/imsg-compat-8.0.0.ebuild
Normal file
25
dev-libs/imsg-compat/imsg-compat-8.0.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
Reference in New Issue
Block a user