diff --git a/srcpkgs/licensechecker/template b/srcpkgs/licensechecker/template new file mode 100644 index 0000000000..3bda4be063 --- /dev/null +++ b/srcpkgs/licensechecker/template @@ -0,0 +1,20 @@ +# Template file for 'licensechecker' +pkgname=licensechecker +version=1.1.1 +revision=1 +wrksrc="lc-${version}" +build_style=go +go_import_path="https://github.com/boyter/lc" +hostmakedepends="git" +short_desc="Identify software licenses used on a source tree" +maintainer="Michael Gehring " +license="GPL-3" +homepage="https://github.com/boyter/lc" +distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz" +checksum=19429fa63036eb20d4f54586674ba3a73fc224c978587b87e8e7e4c1e9ec8c46 + +conflicts="mono>=0" # /usr/bin/lc + +post_install() { + vdoc README.md +}