We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b276d1e commit 47d32f1Copy full SHA for 47d32f1
srcpkgs/wasm-component-ld/template
@@ -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