[arch-commits] Commit in antlr4-runtime/repos (2 files)
Christian Hesse
eworm at archlinux.org
Mon Jul 30 09:10:55 UTC 2018
Date: Monday, July 30, 2018 @ 09:10:55
Author: eworm
Revision: 364963
archrelease: copy trunk to community-x86_64
Added:
antlr4-runtime/repos/community-x86_64/
antlr4-runtime/repos/community-x86_64/PKGBUILD
(from rev 364962, antlr4-runtime/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: antlr4-runtime/repos/community-x86_64/PKGBUILD (from rev 364962, antlr4-runtime/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-07-30 09:10:55 UTC (rev 364963)
@@ -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
+}
More information about the arch-commits
mailing list