void-packages/srcpkgs/licensechecker/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

22 lines
593 B
Bash

# Template file for 'licensechecker'
pkgname=licensechecker
version=1.3.1
revision=5
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/boyter/lc"
distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz"
checksum=e33ec5451b346e02919a55f22e4f44d854eb395d6a5622d2cca70129f1d5a7e6
conflicts="mono>=0" # /usr/bin/lc
post_install() {
vdoc README.md
vlicense LICENSE
vlicense UNLICENSE
}