licensechecker: fix license

This commit is contained in:
Toyam Cox 2018-02-15 11:16:11 -05:00
parent 21f06ba5c6
commit aa9ef4d29b

View file

@ -1,14 +1,14 @@
# Template file for 'licensechecker'
pkgname=licensechecker
version=1.2.0
revision=1
revision=2
wrksrc="lc-${version}"
build_style=go
go_import_path="github.com/boyter/lc"
hostmakedepends="git"
short_desc="Identify software licenses used on a source tree"
maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-3"
license="MIT"
homepage="https://github.com/boyter/lc"
distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz"
checksum=e007af5f512f07c3b4e001045eb1583da5a9a9534c9c4e625ef3efb6c38cbe01
@ -17,4 +17,6 @@ conflicts="mono>=0" # /usr/bin/lc
post_install() {
vdoc README.md
vlicense LICENSE
vlicense UNLICENSE
}