# -*- 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/
}
