void-packages/srcpkgs/cargo-license/template

16 lines
475 B
Bash

# Template file for 'cargo-license'
pkgname=cargo-license
version=0.6.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=37cd75c8f3cc3e9fb48980be4251ed40b7c57d1c7eaee3a924c21f8738ea69a7
post_install() {
vlicense LICENSE
}