17 lines
581 B
Bash
17 lines
581 B
Bash
# Template file for 'rust-audit-info'
|
|
pkgname=rust-audit-info
|
|
version=0.5.2
|
|
revision=1
|
|
build_wrksrc=rust-audit-info
|
|
build_style=cargo
|
|
short_desc="CLI tool for extracting cargo-auditable dependency trees"
|
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
|
license="MIT, Apache-2.0"
|
|
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=d9bf684d1954db44e2f254e2fff5d204cb12e652ae95941abed9e10812786046
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE-MIT
|
|
}
|