void-packages/srcpkgs/licensechecker/template

23 lines
593 B
Bash
Raw Normal View History

2018-02-12 08:26:00 +00:00
# Template file for 'licensechecker'
pkgname=licensechecker
2018-02-28 09:33:35 +00:00
version=1.3.0
revision=1
2018-02-12 08:26:00 +00:00
wrksrc="lc-${version}"
build_style=go
2018-02-12 08:57:22 +00:00
go_import_path="github.com/boyter/lc"
2018-02-12 08:26:00 +00:00
hostmakedepends="git"
short_desc="Identify software licenses used on a source tree"
maintainer="Michael Gehring <mg@ebfe.org>"
2018-02-15 16:16:11 +00:00
license="MIT"
2018-02-12 08:26:00 +00:00
homepage="https://github.com/boyter/lc"
distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz"
2018-02-28 09:33:35 +00:00
checksum=02753c986b0d68069ce5ee574253f77efde78a7e8330ae8e4ebe9cd83e3a4a76
2018-02-12 08:26:00 +00:00
conflicts="mono>=0" # /usr/bin/lc
post_install() {
vdoc README.md
2018-02-15 16:16:11 +00:00
vlicense LICENSE
vlicense UNLICENSE
2018-02-12 08:26:00 +00:00
}