dev-scheme/guile-nyacc - 1.06.7-r101 (gentoo)

Search

Package Information

Description:
Guile modules for generating parsers and lexical analyzers
Homepage:
http://www.nongnu.org/nyacc/
License:
LGPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.06.7-r101 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GUILE_COMPAT=( 2-2 3-0 )
inherit guile

DESCRIPTION="Guile modules for generating parsers and lexical analyzers"
HOMEPAGE="http://www.nongnu.org/nyacc/"
SRC_URI="mirror://nongnu/nyacc/nyacc-${PV}.tar.gz"
S="${WORKDIR}/nyacc-${PV}"

LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	${GUILE_DEPS}
	>=dev-scheme/bytestructures-2.0.2-r100[${GUILE_USEDEP}]
"
DEPEND="${RDEPEND}"

src_install() {
	guile_src_install

	# Fix docs location
	mv "${ED}"/usr/share/doc/nyacc "${ED}"/usr/share/doc/${PF} || die
}

Applicable Mirrors

Mirror Name URLs
nongnu

Dependencies

DEPEND

	${GUILE_DEPS}
	>=dev-scheme/bytestructures-2.0.2-r100[${GUILE_USEDEP}]

RDEPEND

	${GUILE_DEPS}
	>=dev-scheme/bytestructures-2.0.2-r100[${GUILE_USEDEP}]