23 lines
876 B
Bash
23 lines
876 B
Bash
# Template file for 'cargo-auditable'
|
|
# Keep synced with cargo-auditable-bootstrap
|
|
pkgname=cargo-auditable
|
|
version=0.6.4
|
|
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="MIT,Apache-2.0"
|
|
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=3e3f4134d81b47277d34c44bc1169c9b0356612977651f8e98e2ba1a470b69a2
|
|
conflicts=cargo-auditable-bootstrap
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE-MIT
|
|
vman cargo-auditable.1
|
|
}
|