17 lines
586 B
Bash
17 lines
586 B
Bash
# Template file for 'rust-audit-info'
|
|
pkgname=rust-audit-info
|
|
version=0.5.4
|
|
revision=1
|
|
build_wrksrc=rust-audit-info
|
|
build_style=cargo
|
|
short_desc="CLI tool for extracting cargo-auditable dependency trees"
|
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
|
license="Apache-2.0 OR MIT"
|
|
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
|
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/${pkgname}/v${version}.tar.gz"
|
|
checksum=d9d53352b5f2dc34a93b1ae6408cdd50085f40e24d832af6938e0c3b7c906ff5
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE-MIT
|
|
}
|