void-packages/srcpkgs/antlr3-bin/template
Đoàn Trần Công Danh 81115cd24b antlr3-bin: remove noarch
2020-11-21 17:18:16 +07:00

20 lines
701 B
Bash

# Template file for 'antlr3-bin'
pkgname=antlr3-bin
version=3.4
revision=2
build_style=fetch
depends="virtual?java-runtime"
short_desc="Parser generator for C++, C#, Java, and Python"
maintainer="John <me@johnnynator.dev>"
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
}