void-packages/srcpkgs/licensor/template

16 lines
446 B
Bash
Raw Normal View History

2019-09-28 13:07:35 +00:00
# Template file for 'licensor'
pkgname=licensor
2019-11-29 11:32:57 +00:00
version=2.1.0
2019-09-28 13:07:35 +00:00
revision=1
build_style=cargo
short_desc="Write licenses to stdout"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/raftario/licensor"
distfiles="https://github.com/raftario/licensor/archive/v${version}.tar.gz"
2019-11-29 11:32:57 +00:00
checksum=d061ce9fd26d58b0c6ababa7acdaf35222a4407f0b5ea9c4b78f6835527611fd
2019-09-28 13:07:35 +00:00
post_install() {
vlicense LICENSE
}