dev-misc/zs-shlib - 0.0.7 (zscheile)

Search

Package Information

Description:
Zscheile Shell Library
Homepage:
https://codeberg.org/fogti/zs-shlib
License:
|| ( ISC Apache-2.0 )

Ebuild Details

Version EAPI Keywords Slot
0.0.7 8 ~amd64 ~arm ~arm64 ~x86 0
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
}

Dependencies

RDEPEND

sys-fs/inotify-tools
sys-process/procps

BDEPEND

sys-devel/patch

Manifest for 0.0.7

Type File Size Source URLs
DIST zs-shlib-0.0.7.tar.gz 4097 bytes https://codeberg.org/fogti/zs-shlib/archive/v0.0.7.tar.gz