18 lines
503 B
Bash
18 lines
503 B
Bash
# Template file for 'scc'
|
|
pkgname=scc
|
|
version=3.3.5
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/boyter/scc/v3"
|
|
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=028869a7d053879a8e3f2872fdd792f165db13696918d08863475c638f08ef06
|
|
conflicts="sc-controller" # /usr/bin/scc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|