New package: antlr3-bin-3.4

This commit is contained in:
John 2017-08-23 16:43:14 +02:00 committed by maxice8
parent 18b66992f1
commit 3e54c8084d

View File

@ -0,0 +1,20 @@
# Template file for 'antlr3-bin'
pkgname=antlr3-bin
version=3.4
revision=1
noarch=yes
build_style=fetch
depends="virtual?java-runtime"
short_desc="Parser generator for C++, C#, Java, and Python"
maintainer="John <johnz@posteo.net>"
license="BSD-3-Clause"
homepage="https://www.antlr3.org/"
distfiles=" https://www.antlr3.org/download/antlr-${version}-complete.jar
https://raw.githubusercontent.com/antlr/antlr3/antlr-${version}/tool/LICENSE.txt"
checksum="9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7
925937da996ba3ad8597be0d7371489bfa5518bfd7e5492ba8de27e319e78a75"
do_install() {
vinstall "antlr-${version}-complete.jar" 644 usr/share/java "${pkgname%-*}.jar"
vlicense LICENSE.txt
}