Files
Aaron Madlon-KayandAaron Madlon-Kay 0a9437e290 golang ports: specify github.tarball_from archive in portgroup
For the main distfile only. Vendors will need a bigger, separate migration.

Ports that don't specify are set to `tarball`.
2025-03-07 07:03:15 +09:00

30 lines
884 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/sl1pm4t/k2tf 0.8.0 v
revision 0
description Kubernetes YAML to Terraform HCL converter
long_description {*}${description}
categories sysutils
installs_libs no
license MPL-2
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
# Allow Go to fetch deps at run time
go.offline_build no
checksums rmd160 2eee9b42d0463f3ee3a3d485c576d531af9f333c \
sha256 9efdac448a99dbdda558eb93b63ed0b3ccabbac43c14df21ef3ba9bd402a4003 \
size 63257
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}