23 lines
838 B
Bash
23 lines
838 B
Bash
# Template file for 'cargo-auditable-bootstrap'
|
|
# Keep synced with cargo-auditable
|
|
pkgname=cargo-auditable-bootstrap
|
|
version=0.6.5
|
|
revision=1
|
|
build_wrksrc=cargo-auditable
|
|
build_style=cargo
|
|
make_check_args="-- --skip test_wasm"
|
|
# Required for bootstrapping purposes
|
|
make_cmd=cargo
|
|
short_desc="Bootstrap package for cargo-auditable"
|
|
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=5e7dad2d00cba7f09f92f457999d15b7fb786a5ddd1adf87ddbc634878ab5589
|
|
repository=bootstrap
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE-MIT
|
|
}
|