# -*- 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 4.1.0 v
go.toolchain_min    1.26.4
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  36b13230303db563ce79731ed0b1b9cb1091ad15 \
                    sha256  4f3cf36010c542b10d5582afb91c668b26889160b184deee21b4319347030a7c \
                    size    4239884

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
