# Template file for 'cargo-license'
pkgname=cargo-license
version=0.7.0
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=9e18321be3cf164b642d39137c9d1532f400aa9806d3be79d3f786e25ecb9d98

post_install() {
	vlicense LICENSE
}
