[arch-commits] Commit in wabt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Thu Mar 5 19:33:12 UTC 2020
Date: Thursday, March 5, 2020 @ 19:33:11
Author: jelle
Revision: 590868
archrelease: copy trunk to community-x86_64
Added:
wabt/repos/community-x86_64/PKGBUILD
(from rev 590867, wabt/trunk/PKGBUILD)
Deleted:
wabt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-05 19:33:05 UTC (rev 590867)
+++ PKGBUILD 2020-03-05 19:33:11 UTC (rev 590868)
@@ -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.12
-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 590867, wabt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-05 19:33:11 UTC (rev 590868)
@@ -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.13
+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
+}
More information about the arch-commits
mailing list