void-packages/srcpkgs/scc/template
2020-09-15 14:33:06 -04:00

16 lines
460 B
Bash

# Template file for 'scc'
pkgname=scc
version=2.13.0
revision=1
build_style=go
go_import_path="github.com/boyter/scc"
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=11e2e44ef25ef848de1b380c94cb096ed77d3d590466c99c9f1b5c2dc99609c2
post_install() {
vlicense LICENSE
}