23 lines
593 B
Bash
23 lines
593 B
Bash
# Template file for 'licensechecker'
|
|
pkgname=licensechecker
|
|
version=1.3.0
|
|
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=02753c986b0d68069ce5ee574253f77efde78a7e8330ae8e4ebe9cd83e3a4a76
|
|
|
|
conflicts="mono>=0" # /usr/bin/lc
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
vlicense UNLICENSE
|
|
}
|