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`.
33 lines
1.0 KiB
Tcl
33 lines
1.0 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/jckuester/awsls 0.11.0 v
|
|
revision 0
|
|
|
|
description A list command for AWS resources
|
|
|
|
long_description {*}${description}. awsls supports listing of over 250 \
|
|
types of resources across 97 different AWS services.
|
|
|
|
categories sysutils
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
license MIT
|
|
installs_libs no
|
|
|
|
checksums rmd160 d39374cbd56120f58a41145269ac70eb9c3c1c74 \
|
|
sha256 9f4512bf23be6bbf3934bb2eb1dddb7f5ab15e8124c5e1ed16a7d35882953619 \
|
|
size 16596804
|
|
|
|
# Allow Go to fetch dependencies at build time
|
|
go.offline_build no
|
|
|
|
build.cmd make
|
|
build.args generate build
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|