| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.5.1 | 8 | ~amd64 ~arm ~x86 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
MY_PN=cg3
MY_P=${MY_PN}-${PV}
DESCRIPTION="Free parser and runner for Constraint Grammars"
HOMEPAGE="http://beta.visl.sdu.dk/"
if [ ${PV} = "9999" ]; then
inherit git-r3
EGIT_REPO_URI=https://github.com/TinoDidriksen/cg3.git
SRC_URI=
else
SRC_URI="https://github.com/GrammarSoft/cg3/releases/download/v${PV}/${MY_P}.tar.bz2"
fi
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
DEPEND=">=dev-libs/icu-50
>=dev-libs/boost-1.53.0"
RDEPEND="${DEPEND}"
S="$WORKDIR/${MY_P}"
>=dev-libs/icu-50 >=dev-libs/boost-1.53.0
>=dev-libs/icu-50 >=dev-libs/boost-1.53.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cg3-1.5.1.tar.bz2 | 297711 bytes | https://github.com/GrammarSoft/cg3/releases/download/v1.5.1/cg3-1.5.1.tar.bz2 |