17 lines
594 B
Bash
17 lines
594 B
Bash
# Template file for 'wasm-tools'
|
|
pkgname=wasm-tools
|
|
version=1.257.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=39d00fc16728a43c2d2f27d085b39e8133b86ee7e35e83edfaf4cbcd361698af
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|