a1ddeea628
Closes: #11733 [via git-merge-pr]
22 lines
593 B
Bash
22 lines
593 B
Bash
# Template file for 'licensechecker'
|
|
pkgname=licensechecker
|
|
version=1.2.1
|
|
revision=1
|
|
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="MIT"
|
|
homepage="https://github.com/boyter/lc"
|
|
distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz"
|
|
checksum=2507cb8d992808fab99090ca70083a3686c40d0ec69ab912a3aefff8a7ef111b
|
|
|
|
conflicts="mono>=0" # /usr/bin/lc
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
vlicense UNLICENSE
|
|
}
|