Files

42 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

2021-03-12 15:57:01 -05: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
2025-02-17 00:12:38 -05:00
go.setup github.com/rancher/k3d 5.8.3 v
2024-07-07 15:27:48 -04:00
go.offline_build no
2021-03-12 15:57:01 -05:00
revision 0
homepage https://k3d.io
2021-12-08 14:26:17 -05:00
description \
Helper to run Rancher Lab's k3s in Docker
2021-03-12 15:57:01 -05:00
2021-12-08 14:26:17 -05:00
long_description \
k3s is the lightweight Kubernetes distribution by Rancher. k3d creates \
containerized k3s clusters. This means, that you can spin up a multi-node \
k3s cluster on a single machine using docker.
2021-03-12 15:57:01 -05:00
categories sysutils
2021-10-05 21:00:41 -04:00
installs_libs no
license MIT
2021-03-12 15:57:01 -05:00
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
2025-02-17 00:12:38 -05:00
checksums rmd160 1c09a5a348ac6f253fb0076b020fae60152bf930 \
sha256 2ef51e029f43e70dcda616de98980017ca7de18848265525bf7882d2bd66f9f2 \
size 9542510
2022-03-26 09:54:38 -04:00
2021-03-12 15:57:01 -05:00
build.cmd make
build.pre_args GIT_TAG=v${version}
build.args build
use_parallel_build no
destroot {
xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/
}
2023-03-04 16:28:54 -05:00
github.livecheck.regex \
{([0-9.]+)}