mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.1 KiB
Tcl
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/k0sproject/k0sctl 0.29.0 v
|
|
go.offline_build no
|
|
set git-commit 48ad3a5
|
|
revision 0
|
|
|
|
description A bootstrapping and management tool for k0s clusters.
|
|
|
|
long_description {*}${description}
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license Apache-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 baf2e1ed99f37b8e77e306322ab41418c3c11b8e \
|
|
sha256 a65f0d1d803f1668bb40f5f0f6a2637949ab5ac29b91b35148a598fcab7ed8db \
|
|
size 149618
|
|
|
|
build.cmd make
|
|
build.pre_args-append \
|
|
TAG_NAME=${github.tag_prefix}${version} \
|
|
GIT_COMMIT=${git-commit}
|
|
build.args ${name}
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|
|
|
|
github.livecheck.regex \
|
|
{([0-9\.]+)}
|