From fae65e99f4e3ac9254d822524fc148846363deb5 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 17 Sep 2018 00:47:59 +0800 Subject: [PATCH] dev-java/antlr: initial import of version 4.7.1, SLOT 4 --- packages/dev-java/antlr/antlr-4.7.1.exheres-0 | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packages/dev-java/antlr/antlr-4.7.1.exheres-0 diff --git a/packages/dev-java/antlr/antlr-4.7.1.exheres-0 b/packages/dev-java/antlr/antlr-4.7.1.exheres-0 new file mode 100644 index 0000000..63193f1 --- /dev/null +++ b/packages/dev-java/antlr/antlr-4.7.1.exheres-0 @@ -0,0 +1,25 @@ +# Copyright 2018 Julian Ospald +# 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 +}