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

37 lines
1.1 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/alajmo/sake 0.15.1 v
revision 0
homepage https://sakecli.com
description ${name} is a task runner for local and remote hosts
long_description \
${name} is a command runner for local and remote hosts. You define \
servers and tasks in sake.yaml file and then run the tasks on the servers.
categories sysutils net
installs_libs no
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 a80c6631994c157d7fdae997856768743efbf680 \
sha256 58fb1e776c02f3b252f721f94f6dffad26cbff6cf5bd04ef719fa03f193ab44d \
size 1060199
go.offline_build no
build.cmd make
build.pre_args-append \
DATE=""
build.target build
destroot {
xinstall -m 0755 ${worksrcpath}/dist/${name} ${destroot}${prefix}/bin/
}