mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: kompose-1.36.0
This commit is contained in:
parent
0816d80cb7
commit
520256ac8d
1 changed files with 22 additions and 0 deletions
22
srcpkgs/kompose/template
Normal file
22
srcpkgs/kompose/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue