media-libs/jg - 1.0.0 (gentoo)

Search

Package Information

Description:
Reference Implementation of The Jolly Good API
Homepage:
https://jgemu.gitlab.io/

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 1
View Raw Ebuild
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Reference Implementation of The Jolly Good API"
HOMEPAGE="https://jgemu.gitlab.io/"
if [[ "${PV}" == *9999 ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git"
else
	SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2"
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi

LICENSE="ZLIB"
SLOT="1"

src_compile() {
	: # Nothing to do
}

src_install() {
	emake install \
		DESTDIR="${D}" \
		PREFIX="${EPREFIX}"/usr \
		DOCDIR="${EPREFIX}"/usr/share/doc/${PF}
}

Manifest for 1.0.0

Type File Size Source URLs
DIST jg-1.0.0.tar.bz2 12540 bytes https://gitlab.com/jgemu/jg/-/archive/1.0.0/jg-1.0.0.tar.bz2