mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
For the main distfile only. Vendors will need a bigger, separate migration. Ports that don't specify are set to `tarball`.
35 lines
1.2 KiB
Tcl
35 lines
1.2 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/accurics/terrascan 1.19.9 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
homepage https://docs.accurics.com/projects/accurics-terrascan
|
|
|
|
description Detect compliance and security violations across \
|
|
Infrastructure as Code
|
|
|
|
long_description Terrascan detects security vulnerabilities and compliance \
|
|
violations across your Infrastructure as Code. Mitigate \
|
|
risks before provisioning cloud native infrastructure.
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license Apache-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
build.cmd make
|
|
build.target build
|
|
|
|
checksums rmd160 f822a8957e16ceda08b6d4673f1e7ace90438a6c \
|
|
sha256 13c120a63d7024ca8c54422e047424e318622625336ed77b2c1a36ef5fb1441c \
|
|
size 1923503
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/
|
|
}
|