diff --git a/srcpkgs/licensechecker/template b/srcpkgs/licensechecker/template index 9b8d836d883..db14c9d6571 100644 --- a/srcpkgs/licensechecker/template +++ b/srcpkgs/licensechecker/template @@ -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 " -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 }