diff --git a/srcpkgs/cargo-license/template b/srcpkgs/cargo-license/template new file mode 100644 index 00000000000..3f7faaf7470 --- /dev/null +++ b/srcpkgs/cargo-license/template @@ -0,0 +1,15 @@ +# Template file for 'cargo-license' +pkgname=cargo-license +version=0.5.1 +revision=1 +build_style=cargo +short_desc="Cargo subcommand to see license of dependencies" +maintainer="classabbyamp " +license="MIT" +homepage="https://github.com/onur/cargo-license" +distfiles="https://github.com/onur/cargo-license/archive/refs/tags/v${version}.tar.gz" +checksum=934359118e69dfdf75c0e3b25a1bd154c3568a73e767bd35cb2fa91320016569 + +post_install() { + vlicense LICENSE +}