dev-libs/zix: new package, add 9999
This commit is contained in:
parent
ae52c437a1
commit
d0fb8d3b4c
11
dev-libs/zix/metadata.xml
Normal file
11
dev-libs/zix/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">drobilla/zix</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
24
dev-libs/zix/zix-9999.ebuild
Normal file
24
dev-libs/zix/zix-9999.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 meson
|
||||
EGIT_REPO_URI="https://gitlab.com/drobilla/zix.git"
|
||||
|
||||
DESCRIPTION="A C data structures library"
|
||||
HOMEPAGE="https://gitlab.com/drobilla/zix"
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="doc? ( dev-python/sphinx )"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature doc docs)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
Loading…
Reference in New Issue
Block a user