18 lines
557 B
Bash
18 lines
557 B
Bash
# Template file for 'cargo-about'
|
|
pkgname=cargo-about
|
|
version=0.1.1
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Cargo plugin to generate list of all licenses for a crate"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="MIT, Apache-2.0"
|
|
homepage="https://github.com/EmbarkStudios/cargo-about"
|
|
distfiles="https://github.com/EmbarkStudios/cargo-about/archive/${version}.tar.gz"
|
|
checksum=797a9979bf4a110707417f03b66666b2ac9250b04463e508b5fe20aacb1f4024
|
|
|
|
post_install() {
|
|
vlicense LICENSE-APACHE
|
|
vlicense LICENSE-MIT
|
|
vdoc README.md
|
|
}
|