1
0
Derivar 0

dev-java/antlr: initial import of version 4.7.1, SLOT 4

Este cometimento está contido em:
Julian Ospald 2018-09-17 00:47:59 +08:00
ascendente c25c06d072
cometimento fae65e99f4
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 511B62C09D50CD28
1 ficheiros modificados com 25 adições e 0 eliminações

Ver ficheiro

@ -0,0 +1,25 @@
# Copyright 2018 Julian Ospald <hasufell@posteo>
# Distributed under the terms of the GNU General Public License v2
require java
SUMMARY="A powerful parser generator for reading, processing, executing, or translating structured text or binary files (Java target)"
HOMEPAGE="http://www.antlr.org"
DOWNLOADS="http://www.antlr.org/download/antlr-${PV}-complete.jar"
LICENCES="BSD-3"
SLOT="4"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
"
BUGS_TO="hasufell@posteo"
WORK=${WORKBASE}
src_install() {
insinto /usr/share/${PN}-${SLOT}
newins "${FETCHEDDIR}"/antlr-${PV}-complete.jar antlr-complete.jar
}