diff --git a/srcpkgs/rust-audit-info/template b/srcpkgs/rust-audit-info/template new file mode 100644 index 00000000000..032ad814cb5 --- /dev/null +++ b/srcpkgs/rust-audit-info/template @@ -0,0 +1,18 @@ +# Template file for 'rust-audit-info' +pkgname=rust-audit-info +version=0.5.1 +revision=1 +_commit=8622e6fe844d1d5ae10e894d9c8a05afff97e6da +wrksrc="cargo-auditable-${_commit}" +build_wrksrc=rust-audit-info +build_style=cargo +short_desc="CLI tool for extracting cargo-auditable dependency trees" +maintainer="Jan Christian Grünhage " +license="MIT, Apache-2.0" +homepage="https://github.com/rust-secure-code/cargo-auditable" +distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/${_commit}.tar.gz" +checksum=f89b19e1df2f0b27c1e9bb474fa754ece117e1f561cc32beb296190eb70908f3 + +post_install() { + vlicense ../LICENSE-MIT +}