dev-libs/libjodycode - 3.1.2 (gentoo)

Search

Package Information

Description:
Shared code used by several utilities written by Jody Bruchon
Homepage:
https://codeberg.org/jbruchon/libjodycode
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.1.2 8 amd64 ~arm64 ~riscv 0
View Raw Ebuild
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Shared code used by several utilities written by Jody Bruchon"
HOMEPAGE="https://codeberg.org/jbruchon/libjodycode"
SRC_URI="https://codeberg.org/jbruchon/libjodycode/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~riscv"

PATCHES=(
	"${FILESDIR}"/${PN}-3.0.1-static-lib.patch
)

src_compile() {
	emake sharedlib
}

src_install() {
	emake \
		DESTDIR="${D}" \
		LIB_DIR="/usr/$(get_libdir)" \
		PREFIX="${EPREFIX}"/usr \
		install
	einstalldocs
}

Manifest for 3.1.2

Type File Size Source URLs
DIST libjodycode-3.1.2.tar.gz 26895 bytes https://codeberg.org/jbruchon/libjodycode/archive/v3.1.2.tar.gz