Date: Thursday, March 30, 2023 @ 20:05:26
Author: freswa
Revision: 1431316
archrelease: copy trunk to community-any
Added:
wasi-libc/repos/community-any/PKGBUILD
(from rev 1431315, wasi-libc/trunk/PKGBUILD)
Deleted:
wasi-libc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-30 20:05:20 UTC (rev 1431315)
+++ PKGBUILD 2023-03-30 20:05:26 UTC (rev 1431316)
@@ -1,41 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=wasi-libc
-pkgver=0+314+a1c7c2c
-_commit=a1c7c2c7a4b2813c6f67bd2ef6e0f430d31cebad # 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() {
- local make_options=(
- WASM_CC=/usr/bin/clang
- WASM_AR=/usr/bin/llvm-ar
- WASM_NM=/usr/bin/llvm-nm
-
- # Remove bulk memory support
- # https://bugzilla.mozilla.org/show_bug.cgi?id=1773200#c4
- BULK_MEMORY_SOURCES=
- )
-
- cd ${pkgname}
- make "${make_options[@]}"
-}
-
-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 1431315,
wasi-libc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-30 20:05:26 UTC (rev 1431316)
@@ -0,0 +1,41 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=wasi-libc
+pkgver=0+328+1dfe5c3
+_commit=1dfe5c302d1c5ab621f7abf04620fae92700fd22 # 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() {
+ local make_options=(
+ WASM_CC=/usr/bin/clang
+ WASM_AR=/usr/bin/llvm-ar
+ WASM_NM=/usr/bin/llvm-nm
+
+ # Remove bulk memory support
+ # https://bugzilla.mozilla.org/show_bug.cgi?id=1773200#c4
+ BULK_MEMORY_SOURCES=
+ )
+
+ cd ${pkgname}
+ make "${make_options[@]}"
+}
+
+package() {
+ cd ${pkgname}
+ install -dm755 "${pkgdir}"/usr/share
+ cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
+}