void-packages/srcpkgs/scc/template
2020-01-20 17:43:03 +01:00

17 lines
482 B
Bash

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