From 06d07368bc576a34fc6ad666837d6689eddee632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 10 Dec 2019 10:18:54 +0100 Subject: [PATCH] New package: cargo-about-0.1.0 --- srcpkgs/cargo-about/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/cargo-about/template diff --git a/srcpkgs/cargo-about/template b/srcpkgs/cargo-about/template new file mode 100644 index 0000000000..36409ad5fc --- /dev/null +++ b/srcpkgs/cargo-about/template @@ -0,0 +1,17 @@ +# Template file for 'cargo-about' +pkgname=cargo-about +version=0.1.0 +revision=1 +build_style=cargo +short_desc="Cargo plugin to generate list of all licenses for a crate" +maintainer="Jan Christian Grünhage " +license="MIT, Apache-2.0" +homepage="https://github.com/EmbarkStudios/cargo-about" +distfiles="https://github.com/EmbarkStudios/cargo-about/archive/${version}.tar.gz" +checksum=5fc198c5dbb4bdd7bb51e0f26b63a4afd750f87dd15bffbb5b4c09d3c5ddadaf + +post_install() { + vlicense LICENSE-APACHE + vlicense LICENSE-MIT + vdoc README.md +}