Files

37 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2022-10-09 18:19:13 -04:00
# -*- 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
2023-10-02 02:19:43 -04:00
go.setup github.com/alajmo/sake 0.15.1 v
2022-10-09 18:19:13 -04:00
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
2023-10-02 02:19:43 -04:00
checksums rmd160 a80c6631994c157d7fdae997856768743efbf680 \
sha256 58fb1e776c02f3b252f721f94f6dffad26cbff6cf5bd04ef719fa03f193ab44d \
size 1060199
2022-10-09 18:19:13 -04:00
go.offline_build no
2022-10-09 18:19:13 -04:00
build.cmd make
2023-01-11 09:16:27 -05:00
build.pre_args-append \
DATE=""
2022-10-09 18:19:13 -04:00
build.target build
destroot {
xinstall -m 0755 ${worksrcpath}/dist/${name} ${destroot}${prefix}/bin/
}