mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.4 KiB
Tcl
42 lines
1.4 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/stefanprodan/timoni 0.25.2 v
|
|
revision 0
|
|
|
|
homepage https://timoni.sh
|
|
|
|
description \
|
|
Timoni is a package manager for Kubernetes, powered by CUE and inspired \
|
|
by Helm.
|
|
|
|
long_description \
|
|
{*}${description} The Timoni project strives to improve the UX of \
|
|
authoring Kubernetes configs. Instead of mingling Go templates with YAML \
|
|
like Helm, or layering YAML on top of each-other like Kustomize, Timoni \
|
|
relies on cuelang's type safety, code generation and data validation \
|
|
features to offer a better experience of creating, packaging and \
|
|
delivering apps to Kubernetes.
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license Apache-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 78903a0654f870ef958c09ce97407e6d7d1a53ed \
|
|
sha256 b7c98986ceec18f40a6ce96845c125f042e84668dc765c306dcebe7e3b87fb64 \
|
|
size 1062151
|
|
|
|
go.offline_build no
|
|
|
|
build.cmd make
|
|
build.pre_args DEV_VERSION=${github.tag_prefix}${version}
|
|
build.args build
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/
|
|
}
|