void-packages/srcpkgs/licensechecker/template
2018-02-14 23:09:40 -05:00

20 lines
557 B
Bash

# Template file for 'licensechecker'
pkgname=licensechecker
version=1.2.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="GPL-3"
homepage="https://github.com/boyter/lc"
distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz"
checksum=e007af5f512f07c3b4e001045eb1583da5a9a9534c9c4e625ef3efb6c38cbe01
conflicts="mono>=0" # /usr/bin/lc
post_install() {
vdoc README.md
}