mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
961 B
Tcl
32 lines
961 B
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/terraform-linters/tflint 0.61.0 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description \
|
|
A Pluggable Terraform Linter
|
|
|
|
long_description \
|
|
${name} is a framework and each feature is provided by plugins
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 148b54b075a2a95f96d41dd55395e83b6e1a4307 \
|
|
sha256 d99c9eb3003375a4220607e1b479c9292450fd2c576549b1887f1c7259730e17 \
|
|
size 1392232
|
|
|
|
build.cmd make
|
|
build.args build
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/dist/${name} ${destroot}${prefix}/bin/
|
|
}
|