forked from hasufell/hasufell-repository
dev-java/antlr: initial import of version 4.7.1, SLOT 4
This commit is contained in:
parent
c25c06d072
commit
fae65e99f4
25
packages/dev-java/antlr/antlr-4.7.1.exheres-0
Normal file
25
packages/dev-java/antlr/antlr-4.7.1.exheres-0
Normal file
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user