Package Details: kompose-bin 1.26.0-1

Git Clone URL: https://aur.archlinux.org/kompose-bin.git (read-only, click to copy)
Package Base: kompose-bin
Description: Takes a Docker Compose file and translates it into Kubernetes resources
Upstream URL: http://kompose.io/
Keywords: docker-compose Kubernetes
Licenses: Apache
Submitter: analbeard
Maintainer: analbeard (tkral)
Last Packager: tkral
Votes: 12
Popularity: 0.000000
First Submitted: 2017-02-02 09:24 (UTC)
Last Updated: 2021-12-09 11:33 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

dbirks commented on 2019-05-01 20:20 (UTC)

Thanks for maintaining! If you want to add command completion, you should be able to with something like:

install -dm 755 "$pkgdir/usr/share/bash-completion/completions"
install -dm 755 "$pkgdir/usr/share/zsh/site-functions"
"$pkgdir/usr/bin/kompose" completion bash > "$pkgdir/usr/share/bash-completion/completions/kompose"
"$pkgdir/usr/bin/kompose" completion zsh >  "$pkgdir/usr/share/zsh/site-functions/_kompose"

tkral commented on 2017-08-07 13:44 (UTC)

fixed issue with moving .tar.gz without extraction thank you @michelesr for reporting it

michelesr commented on 2017-08-03 17:14 (UTC)

This PKGBUILD is actually moving the tar.gz archive without extraction. Please change in something like: ``` package() { cd "$srcdir" mv "$_srcname-$pkgver" kompose-linux-amd64.tar.gz tar xf kompose-linux-amd64.tar.gz install -Dm755 kompose-linux-amd64 "$pkgdir/usr/bin/kompose" } ```

louisl commented on 2017-02-11 20:51 (UTC)

md5 needs updating to 8e4e426de6efdd4731a49375ee5e25a6