void-packages/srcpkgs/cargo-auditable/template

23 lines
879 B
Bash

# Template file for 'cargo-auditable'
# Keep synced with cargo-auditable-bootstrap
pkgname=cargo-auditable
version=0.6.6
revision=1
build_wrksrc=cargo-auditable
build_style=cargo
make_check_args="-- --skip test_wasm"
hostmakedepends="cargo-auditable-bootstrap"
short_desc="Tool for embedding dependency information in rust binaries"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
license="Apache-2.0 OR MIT"
homepage="https://github.com/rust-secure-code/cargo-auditable"
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
checksum=adecc1ccf8e86f4e3734767ee6a1c90e04c6639a4f73a59ac2db68a07220c807
conflicts=cargo-auditable-bootstrap
post_install() {
vlicense ../LICENSE-MIT
vman cargo-auditable.1
}