void-packages/srcpkgs/scc/template
2019-10-01 18:02:16 +02:00

17 lines
481 B
Bash

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