[arch-commits] Commit in antlr4-runtime/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Jan 23 09:27:23 UTC 2020


    Date: Thursday, January 23, 2020 @ 09:27:23
  Author: eworm
Revision: 554792

archrelease: copy trunk to staging-x86_64

Added:
  antlr4-runtime/repos/staging-x86_64/
  antlr4-runtime/repos/staging-x86_64/PKGBUILD
    (from rev 554791, antlr4-runtime/trunk/PKGBUILD)

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

Copied: antlr4-runtime/repos/staging-x86_64/PKGBUILD (from rev 554791, antlr4-runtime/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-01-23 09:27:23 UTC (rev 554792)
@@ -0,0 +1,25 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=antlr4-runtime
+pkgver=4.8
+pkgrel=1
+pkgdesc='Antlr C++ runtime'
+url='https://www.antlr.org/'
+arch=('x86_64')
+depends=('gcc-libs')
+license=('BSD')
+makedepends=('cmake')
+source=("https://www.antlr.org/download/antlr4-cpp-runtime-${pkgver}-source.zip")
+sha256sums=('58c9c8f83ed2b2224a047a2ca8af8c7ca2f45bc13ff30bd8777ce65ba81d6d11')
+
+build() {
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list