[arch-commits] Commit in wasi-libc/repos/community-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Fri Jun 10 12:54:35 UTC 2022


    Date: Friday, June 10, 2022 @ 12:54:35
  Author: heftig
Revision: 1230053

archrelease: copy trunk to community-any

Added:
  wasi-libc/repos/community-any/PKGBUILD
    (from rev 1230052, wasi-libc/trunk/PKGBUILD)
Deleted:
  wasi-libc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-10 12:54:12 UTC (rev 1230052)
+++ PKGBUILD	2022-06-10 12:54:35 UTC (rev 1230053)
@@ -1,33 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=wasi-libc
-pkgver=0+258+30094b6
-_commit=30094b6ed05f19cee102115215863d185f2db4f0  # main
-pkgrel=1
-pkgdesc='WASI libc implementation for WebAssembly'
-arch=('any')
-url='https://github.com/WebAssembly/wasi-libc'
-license=('Apache' 'MIT')
-makedepends=('git' 'llvm' 'clang')
-source=("git+https://github.com/WebAssembly/wasi-libc.git#commit=${_commit}")
-b2sums=('SKIP')
-options=('staticlibs')
-
-pkgver() {
-  cd ${pkgname}
-  printf "0+%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-build() {
-  cd ${pkgname}
-  make \
-    WASM_CC=/usr/bin/clang \
-    WASM_AR=/usr/bin/llvm-ar \
-    WASM_NM=/usr/bin/llvm-nm
-}
-
-package() {
-  cd ${pkgname}
-  install -dm755 "${pkgdir}"/usr/share
-  cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
-}

Copied: wasi-libc/repos/community-any/PKGBUILD (from rev 1230052, wasi-libc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-10 12:54:35 UTC (rev 1230053)
@@ -0,0 +1,34 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=wasi-libc
+pkgver=0+247+9886d3d
+_commit=9886d3d6200fcc3726329966860fc058707406cd  # main
+pkgrel=1
+epoch=1
+pkgdesc='WASI libc implementation for WebAssembly'
+arch=('any')
+url='https://github.com/WebAssembly/wasi-libc'
+license=('Apache' 'MIT')
+makedepends=('git' 'llvm' 'clang')
+source=("git+https://github.com/WebAssembly/wasi-libc.git#commit=${_commit}")
+b2sums=('SKIP')
+options=('staticlibs')
+
+pkgver() {
+  cd ${pkgname}
+  printf "0+%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+build() {
+  cd ${pkgname}
+  make \
+    WASM_CC=/usr/bin/clang \
+    WASM_AR=/usr/bin/llvm-ar \
+    WASM_NM=/usr/bin/llvm-nm
+}
+
+package() {
+  cd ${pkgname}
+  install -dm755 "${pkgdir}"/usr/share
+  cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
+}



More information about the arch-commits mailing list