Skip to content

Commit 47d32f1

Browse files
committed
New package: wasm-component-ld-0.5.19
1 parent b276d1e commit 47d32f1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

srcpkgs/wasm-component-ld/template

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Template file for 'wasm-component-ld'
2+
pkgname=wasm-component-ld
3+
version=0.5.19
4+
revision=1
5+
build_style=cargo
6+
short_desc="Command line linker for creating WebAssembly components"
7+
maintainer="Duncaen <[email protected]>"
8+
license="Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
9+
homepage="https://github.com/bytecodealliance/wasm-component-ld"
10+
distfiles="https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v${version}.tar.gz"
11+
checksum=27740152c704b8a3ada995188b5fd37ca5053d40c83d00f1a22d05ed1bed6a98
12+
13+
make_check=no # needs rust-std for wasi wasm32-wasip1
14+
15+
post_install() {
16+
vlicense LICENSE-MIT
17+
}

0 commit comments

Comments
 (0)