# Template file for 'wasm-component-ld'
pkgname=wasm-component-ld
version=0.5.25
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=852f2b7a91c92b3f7442e2b839fce21ca235798e4e9fe4cfffa70c2f7dc5c511

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

post_install() {
	vlicense LICENSE-MIT
}
