diff options
author | Zheng Luo | 2021-02-28 00:15:50 -0500 |
---|---|---|
committer | Zheng Luo | 2021-02-28 00:17:06 -0500 |
commit | 70dcbf376d0eb7afabcf9bc6d24efba0c1ad5724 (patch) | |
tree | b4470da9cae6a5f0fe6c4e1371ede57c971dec8a /.SRCINFO | |
download | aur-wasi-libc-git.tar.gz |
initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..41790a86faff --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = wasi-libc-git + pkgdesc = libc for WebAssembly programs built on top of WASI system calls (from git repo) + pkgver = r208.2b7e73a + pkgrel = 1 + install = wasi-libc.install + arch = x86_64 + license = Apache + makedepends = git + depends = llvm + depends = clang + provides = wasi-libc + conflicts = wasi-libc + options = !strip + options = staticlibs + source = git+https://github.com/WebAssembly/wasi-libc.git#branch=main + md5sums = SKIP + +pkgname = wasi-libc-git + |