23 lines
596 B
Bash
23 lines
596 B
Bash
# Template file for 'licensechecker'
|
|
pkgname=licensechecker
|
|
version=1.3.1
|
|
revision=5
|
|
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="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/boyter/lc"
|
|
distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz"
|
|
checksum=e33ec5451b346e02919a55f22e4f44d854eb395d6a5622d2cca70129f1d5a7e6
|
|
|
|
conflicts="mono>=0" # /usr/bin/lc
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
vlicense UNLICENSE
|
|
}
|