void-packages/srcpkgs/licensechecker/template
maxice8 a1ddeea628 licensechecker: update to 1.2.1.
Closes: #11733 [via git-merge-pr]
2018-02-20 01:06:21 -05:00

22 lines
593 B
Bash

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