# Template file for 'wasm-component-ld'
pkgname=wasm-component-ld
version=0.5.30
revision=1
build_style=cargo
short_desc="Command line linker for creating WebAssembly components"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
homepage="https://github.com/bytecodealliance/wasm-component-ld"
distfiles="https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v${version}.tar.gz"
checksum=d5e9b986da0807b3059c32cf56690933b93ef910226ebb08ceb434397446fd0f

make_check=no # needs rust-std for wasi wasm32-wasip1

post_install() {
	vlicense LICENSE-MIT
}
