From 5075d9aead12f2705f6e5e9c793ee2d5073b971e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 1 Nov 2022 13:06:20 +0100 Subject: [PATCH] New package: rust-audit-info-0.5.1 --- srcpkgs/rust-audit-info/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/rust-audit-info/template diff --git a/srcpkgs/rust-audit-info/template b/srcpkgs/rust-audit-info/template new file mode 100644 index 000000000000..032ad814cb5b --- /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 +}