void-packages/srcpkgs/licensechecker/template
2018-02-27 18:52:40 +01:00

22 lines
593 B
Bash

# Template file for 'licensechecker'
pkgname=licensechecker
version=1.2.2
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=3fa7c1ce9d04cc91e6126053457ef28a52d265f9b13828bf7cbaff016235aa4c
conflicts="mono>=0" # /usr/bin/lc
post_install() {
vdoc README.md
vlicense LICENSE
vlicense UNLICENSE
}