# -*- 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/rebuy-de/aws-nuke 2.25.0 v github.tarball_from archive revision 0 description Nuke a whole AWS account and delete all its resources long_description {*}${description} categories sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 cc0c1e75f348f77114923b4ba676612a745b462a \ sha256 8a557348f1f8775882b4818f0f2050430840cd71b6f0f052560700152e422d52 \ size 137929 patchfiles-append patch-golang.mk.diff # Allow Go to fetch deps at build time go.offline_build no build.cmd make build.pre_args-append \ BUILD_DATE="" \ BUILD_MACHINE=macports \ BUILD_USER=macports \ BUILD_VERSION=${version} build.args build use_parallel_build no set example_dir ${prefix}/share/${name}/examples destroot { xinstall -m 0755 \ {*}[glob ${worksrcpath}/dist/${name}-*-${goarch}] \ ${destroot}${prefix}/bin/${name} file mkdir ${destroot}/${example_dir} copy {*}[glob ${worksrcpath}/config/*] ${destroot}${example_dir} } notes " Example configuration can be found in: ${example_dir} "