New package: licensechecker-1.1.1
This commit is contained in:
parent
46c7d1965d
commit
bea9efdfbc
|
@ -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 <mg@ebfe.org>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue