# Template file for 'wasm-tools'
pkgname=wasm-tools
version=1.252.0
revision=1
build_style=cargo
configure_args="--bin wasm-tools"
short_desc="CLI and Rust libraries for low-level manipulation of WebAssembly modules"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
homepage="https://github.com/bytecodealliance/wasm-tools"
distfiles="https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v${version}.tar.gz"
checksum=1589a4379632b5b44d7b5fca2a3bfcb4c6e39be5de722229cc28328342da6b48

post_install() {
	vlicense LICENSE-MIT
}
