diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template new file mode 100644 index 00000000000..0f95e6dc4d6 --- /dev/null +++ b/srcpkgs/cargo-auditable/template @@ -0,0 +1,16 @@ +# Template file for 'cargo-auditable' +pkgname=cargo-auditable +version=0.5.2 +revision=1 +build_wrksrc=cargo-auditable +build_style=cargo +short_desc="Tool for embedding dependency information in rust binaries" +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/refs/tags/v${version}.tar.gz" +checksum=fee70e8d2354e47eba1fed767430c12423c2a93c37307ae4c7d977c7693b88dd + +post_install() { + vlicense ../LICENSE-MIT +}