void-packages/srcpkgs/licensechecker/template

21 lines
557 B
Bash
Raw Normal View History

2018-02-12 08:26:00 +00:00
# Template file for 'licensechecker'
pkgname=licensechecker
2018-02-15 01:53:47 +00:00
version=1.2.0
2018-02-12 08:26:00 +00:00
revision=1
wrksrc="lc-${version}"
build_style=go
2018-02-12 08:57:22 +00:00
go_import_path="github.com/boyter/lc"
2018-02-12 08:26:00 +00:00
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"
2018-02-15 01:53:47 +00:00
checksum=e007af5f512f07c3b4e001045eb1583da5a9a9534c9c4e625ef3efb6c38cbe01
2018-02-12 08:26:00 +00:00
conflicts="mono>=0" # /usr/bin/lc
post_install() {
vdoc README.md
}