sys-libs/libhx - 5.0 (gentoo)

Search

Package Information

Description:
Platform independent library providing basic system functions
Homepage:
https://inai.de/projects/libhx/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
5.0 8 ~amd64 ~ppc ~x86 0/43
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit unpacker

DESCRIPTION="Platform independent library providing basic system functions"
HOMEPAGE="https://inai.de/projects/libhx/"
SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.zst"

S="${WORKDIR}/libHX-${PV}"
LICENSE="GPL-3"
SLOT="0/43" # soname version
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"

BDEPEND="$(unpacker_src_uri_depends)"

src_install() {
	default

	if use doc; then
		dodoc doc/*.txt doc/*.rst
	fi

	find "${ED}" -name "*.la" -delete || die
}

USE Flags

doc

Dependencies

BDEPEND

$(unpacker_src_uri_depends)

Manifest for 5.0

Type File Size Source URLs
DIST libHX-5.0.tar.zst 380941 bytes https://inai.de/files/libhx/libHX-5.0.tar.zst