From 509aa947adb50e7d507734672bb0abe1d36dadfc Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Thu, 5 Aug 2021 12:22:21 -0700 Subject: [PATCH] New package: k3d-4.4.7 --- srcpkgs/k3d/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/k3d/template diff --git a/srcpkgs/k3d/template b/srcpkgs/k3d/template new file mode 100644 index 000000000000..9d0d61269680 --- /dev/null +++ b/srcpkgs/k3d/template @@ -0,0 +1,23 @@ +# Template file for 'k3d' +pkgname=k3d +version=4.4.7 +revision=1 +build_style=go +go_import_path="github.com/rancher/k3d/v4" +# explicitly must be v${version} and not just ${version} because k3d uses this +# to determine which Docker image tag +# (https://hub.docker.com/r/rancher/k3d-proxy/tags?page=1&ordering=last_updated) +# to pull. incorrect strings here result in cluster creation +# failures+rollbacks. +go_ldflags="-X github.com/rancher/k3d/v4/version.Version=v${version}" +depends="docker" +short_desc="Wrapper to run k3s in Docker" +maintainer="klardotsh " +license="MIT" +homepage="https://github.com/rancher/k3d" +distfiles="https://github.com/rancher/k3d/archive/v${version}.tar.gz" +checksum=036685d39397c89c946057ac2e333f157ac460f5251413f1db8629cb7462b58a + +post_install() { + vlicense LICENSE +}