# -*- 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/awslabs/amazon-ecr-credential-helper 0.9.0 v github.tarball_from archive revision 0 description Automatically gets credentials for Amazon ECR on docker \ push/docker pull long_description {*}${description}. The Amazon ECR Docker Credential \ Helper is a credential helper for the Docker daemon that \ makes it easier to use Amazon Elastic Container Registry. categories sysutils installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 1fd1d767fd7491ebfb1d64c53997690f7850d052 \ sha256 6067a2cb36f8b451878b4336e4bef202999281b6c31727bcda97f62cfb4aa19a \ size 1934543 build.cmd make build.pre_args-append \ VERSION=${version} build.args build patch { # Don't attempt to surmise the current commit SHA using git # (this is not a git checkout) reinplace -E {s|git rev-parse --short=7 HEAD|echo none|g} \ ${worksrcpath}/Makefile } destroot { xinstall -m 0755 \ ${worksrcpath}/bin/local/docker-credential-ecr-login \ ${destroot}${prefix}/bin/ xinstall -m 0644 ${worksrcpath}/docs/docker-credential-ecr-login.1 \ ${destroot}${prefix}/share/man/man1/ }