[arch-commits] Commit in (4 files)

Christian Hesse eworm at archlinux.org
Mon Jul 30 09:07:29 UTC 2018


    Date: Monday, July 30, 2018 @ 09:07:29
  Author: eworm
Revision: 364960

initial commit of antlr4-runtime

This is a new dependency for mysql-workbench.

Added:
  antlr4-runtime/
  antlr4-runtime/repos/
  antlr4-runtime/trunk/
  antlr4-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: antlr4-runtime/trunk/PKGBUILD
===================================================================
--- antlr4-runtime/trunk/PKGBUILD	                        (rev 0)
+++ antlr4-runtime/trunk/PKGBUILD	2018-07-30 09:07:29 UTC (rev 364960)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=antlr4-runtime
+pkgver=4.7.1
+pkgrel=1
+pkgdesc='Antlr C++ runtime'
+url='https://www.antlr.org/'
+arch=('x86_64')
+license=('BSD')
+makedepends=('cmake')
+source=("https://www.antlr.org/download/antlr4-cpp-runtime-${pkgver}-source.zip")
+sha256sums=('23bebc0411052a260f43ae097aa1ab39869eb6b6aa558b046c367a4ea33d1ccc')
+
+build() {
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}/" install
+}


Property changes on: antlr4-runtime/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list