Files
gentoo/dev-libs/libjodycode/libjodycode-2.0.1.ebuild
Joonas Niilola de30327e2a dev-libs/libjodycode: Stabilize 2.0.1 amd64, #911171
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-07-25 07:55:17 +03:00

26 lines
592 B
Bash

# Copyright 2023 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://github.com/jbruchon/libjodycode"
SRC_URI="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
# missing test script
# https://github.com/jbruchon/jdupes/issues/191
RESTRICT="test"
src_install() {
emake \
DESTDIR="${D}" \
LIB_DIR="/usr/$(get_libdir)" \
PREFIX="${EPREFIX}"/usr \
install
einstalldocs
}