New package: kompose-1.36.0

This commit is contained in:
Filip Rojek 2025-05-21 10:54:49 +02:00 committed by Duncan Overbruck
parent 0816d80cb7
commit 520256ac8d

22
srcpkgs/kompose/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'kompose'
pkgname=kompose
version=1.36.0
revision=1
build_style=go
build_helper=qemu
go_import_path="github.com/kubernetes/kompose"
checkdepends="git"
short_desc="Tool to convert Docker Compose to Kubernetes"
maintainer="Filip Rojek <filip@filiprojek.cz>"
license="Apache-2.0"
homepage="https://kompose.io/"
changelog="https://github.com/kubernetes/kompose/releases"
distfiles="https://github.com/kubernetes/kompose/archive/v${version}.tar.gz"
checksum=b97616e412f29b7bc7a7a6431f27c9ad565c05298f7927d9bb588321e5da53d7
post_install() {
for shell in bash zsh fish; do
vtargetrun ${DESTDIR}/usr/bin/kompose completion $shell > kompose.${shell}
vcompletion kompose.${shell} ${shell}
done
}