void-packages/srcpkgs/scc/template
2020-03-18 10:07:41 +01:00

17 lines
482 B
Bash

# Template file for 'scc'
pkgname=scc
version=2.12.0
revision=1
build_style=go
go_import_path="github.com/boyter/scc"
hostmakedepends="git"
short_desc="Fast cloc replacement written in pure Go"
maintainer="Sami Pitkänen <bilebucket@airmail.cc>"
license="MIT"
homepage="https://github.com/boyter/scc"
distfiles="https://github.com/boyter/scc/archive/v${version}.tar.gz"
checksum=48baba45e76ef02bb23ded3d1d904fed7e19297066a47b7e6b46baadc50c1eb1
post_install() {
vlicense LICENSE
}