[arch-commits] Commit in wabt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Aug 10 20:58:28 UTC 2020


    Date: Monday, August 10, 2020 @ 20:58:27
  Author: jelle
Revision: 674164

archrelease: copy trunk to community-x86_64

Added:
  wabt/repos/community-x86_64/PKGBUILD
    (from rev 674163, wabt/trunk/PKGBUILD)
Deleted:
  wabt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-10 20:58:19 UTC (rev 674163)
+++ PKGBUILD	2020-08-10 20:58:27 UTC (rev 674164)
@@ -1,52 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor:  Konstantin Gorodinskii <mail at konstantin.io>
-
-pkgname=wabt
-pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly"
-url="https://github.com/WebAssembly/wabt"
-pkgver=1.0.17
-pkgrel=1
-arch=('x86_64')
-license=('APACHE')
-depends=(glibc gcc-libs)
-makedepends=('cmake' 'git' 'gcc' 'clang' 'python-ply' 'gtest')
-source=("git+https://github.com/WebAssembly/wabt#commit=cf261f2bd561297e0da7008ddde8c09ba5ea35a2"
-        "git+https://github.com/WebAssembly/testsuite"
-        "git+https://github.com/google/googletest"
-        "git+https://github.com/dabeaz/ply")
-md5sums=('SKIP'
-         'SKIP'
-         'SKIP'
-         'SKIP')
-
-prepare() {
-  cd ${pkgname}
-
-  git submodule init
-  git config submodule."external/testsuite".url "${srcdir}/testsuite"
-  git config submodule."external/googletest".url "${srcdir}/googletest"
-  git config submodule."external/ply".url "${srcdir}/ply"
-  git submodule update --recursive
-
-  mkdir build
-}
-
-build() {
-  cd ${pkgname}/build
-  cmake \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    ..
-
-  make
-}
-
-check() {
-  cd ${pkgname}
-#  make test
-}
-
-package() {
-  cd ${pkgname}/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: wabt/repos/community-x86_64/PKGBUILD (from rev 674163, wabt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-10 20:58:27 UTC (rev 674164)
@@ -0,0 +1,52 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor:  Konstantin Gorodinskii <mail at konstantin.io>
+
+pkgname=wabt
+pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly"
+url="https://github.com/WebAssembly/wabt"
+pkgver=1.0.19
+pkgrel=1
+arch=('x86_64')
+license=('APACHE')
+depends=(glibc gcc-libs)
+makedepends=('cmake' 'git' 'gcc' 'clang' 'python-ply' 'gtest')
+source=("git+https://github.com/WebAssembly/wabt#commit=cd5ff133f84854f0b269f5cb06193ad8205f05d3"
+        "git+https://github.com/WebAssembly/testsuite"
+        "git+https://github.com/google/googletest"
+        "git+https://github.com/dabeaz/ply")
+md5sums=('SKIP'
+         'SKIP'
+         'SKIP'
+         'SKIP')
+
+prepare() {
+  cd ${pkgname}
+
+  git submodule init
+  git config submodule."external/testsuite".url "${srcdir}/testsuite"
+  git config submodule."external/googletest".url "${srcdir}/googletest"
+  git config submodule."external/ply".url "${srcdir}/ply"
+  git submodule update --recursive
+
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}/build
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    ..
+
+  make
+}
+
+check() {
+  cd ${pkgname}
+#  make test
+}
+
+package() {
+  cd ${pkgname}/build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list