mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.4 KiB
Tcl
36 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup golang 1.0
|
|
|
|
go.setup github.com/boyter/scc 3.7.0 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
description scc is a very fast & accurate code counter with \
|
|
complexity calculations and COCOMO estimates written in \
|
|
pure Go
|
|
|
|
long_description Succinct Code Counter: scc is a tool for counting the \
|
|
physical lines of code, blank lines, and comment lines \
|
|
in the source code of many programming languages. \
|
|
Its goal is to be the fastest code counter \
|
|
possible, but also perform COCOMO calculation like \
|
|
sloccount and to estimate code complexity similar to \
|
|
cyclomatic complexity calculators. In short one tool to \
|
|
rule them all.
|
|
|
|
categories devel
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 4473270a48e8d663e5249a0e2f3fb51405dce756 \
|
|
sha256 447233f70ebcc24f1dafb27b093afdd17d3a1d662de96e8226130c5308b02d01 \
|
|
size 2365186
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|