New package: cargo-license-0.5.1

This commit is contained in:
classabbyamp 2023-03-21 15:41:09 -04:00 committed by classabbyamp
parent 38971ce705
commit db6f3fc84d
1 changed files with 15 additions and 0 deletions

View File

@ -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 <void@placeviolette.net>"
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
}