View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Zscheile Shell Library"
HOMEPAGE="https://codeberg.org/fogti/zs-shlib"
SRC_URI="https://codeberg.org/fogti/${PN}/archive/v${PV}.tar.gz -> $P.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="|| ( ISC Apache-2.0 )"
SLOT='0'
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
BDEPEND="
sys-devel/patch"
RDEPEND="
sys-fs/inotify-tools
sys-process/procps"
src_configure() {
./configure
}
src_compile() {
:
}
src_install() {
insinto /usr
doins -r share
rm "${ED}/usr/share/zs-shlib"/*.in
}