# -*- 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/ekristen/aws-nuke 3.48.2 v go.package github.com/ekristen/aws-nuke/v3 go.offline_build no github.tarball_from archive revision 0 homepage https://aws-nuke.ekristen.dev/ description Remove all the resources from an AWS account long_description {*}${description} categories sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 0d280bfec23289834cf00209e98a50ddcc9bd7d6 \ sha256 bd9bc6731d84d08215d3972eb44fdfa9124a40d32fd2d8bb1b09ef23fa341ba3 \ size 579707 set commit 7f487fe475c5b7e3366c9616139c97d44e1f9631 build.args-append \ -ldflags \" \ -X ${go.package}/pkg/common.BRANCH=master \ -X ${go.package}/pkg/common.COMMIT=${commit} \ -X ${go.package}/pkg/common.SUMMARY=v${version} \ -X ${go.package}/pkg/common.VERSION=${version} \ \" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ xinstall -d ${destroot}${prefix}/share/${name}/ copy ${worksrcpath}/docs ${destroot}${prefix}/share/${name}/ }