void-packages/srcpkgs/licensechecker/template

23 lines
593 B
Bash
Raw Normal View History

2018-02-12 09:26:00 +01:00
# Template file for 'licensechecker'
pkgname=licensechecker
2018-03-09 10:47:42 +01:00
version=1.3.1
revision=1
2018-02-12 09:26:00 +01:00
wrksrc="lc-${version}"
build_style=go
2018-02-12 09:57:22 +01:00
go_import_path="github.com/boyter/lc"
2018-02-12 09:26:00 +01:00
hostmakedepends="git"
short_desc="Identify software licenses used on a source tree"
maintainer="Michael Gehring <mg@ebfe.org>"
2018-02-15 17:16:11 +01:00
license="MIT"
2018-02-12 09:26:00 +01:00
homepage="https://github.com/boyter/lc"
distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz"
2018-03-09 10:47:42 +01:00
checksum=e33ec5451b346e02919a55f22e4f44d854eb395d6a5622d2cca70129f1d5a7e6
2018-02-12 09:26:00 +01:00
conflicts="mono>=0" # /usr/bin/lc
post_install() {
vdoc README.md
2018-02-15 17:16:11 +01:00
vlicense LICENSE
vlicense UNLICENSE
2018-02-12 09:26:00 +01:00
}