void-packages/srcpkgs/scc/template
2019-10-24 13:51:44 +02:00

17 lines
482 B
Bash

# Template file for 'scc'
pkgname=scc
version=2.10.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=cee0682bf8151964af534fdac07734595da9b264dc1119fa689d8fa2524bd708
post_install() {
vlicense LICENSE
}