New package: scc-2.8.0

This commit is contained in:
Sami Pitkänen 2019-10-01 18:51:34 +03:00 committed by Leah Neukirchen
parent 68a103ce19
commit 53fb1d17dc

17
srcpkgs/scc/template Normal file
View file

@ -0,0 +1,17 @@
# 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
}