Files
horizon-packages/srcpkgs/wasm-tools/template
T

17 lines
594 B
Bash

# Template file for 'wasm-tools'
pkgname=wasm-tools
version=1.254.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=01de3e135645ded97ba5bd901a34926d758f8fb9f6e9e84e2ac03dc3dd8fc9c8
post_install() {
vlicense LICENSE-MIT
}