Package Details: stackit-cli 0.8.0-1

Git Clone URL: https://aur.archlinux.org/stackit-cli.git (read-only, click to copy)
Package Base: stackit-cli
Description: a command-line interface for the STACKIT services
Upstream URL: https://github.com/stackitcloud/stackit-cli
Licenses: Apache2
Submitter: lowercase
Maintainer: lowercase (michael.eischer)
Last Packager: lowercase
Votes: 0
Popularity: 0.000000
First Submitted: 2024-02-12 15:29 (UTC)
Last Updated: 2024-06-05 15:16 (UTC)

Latest Comments

lowercase commented on 2024-06-05 15:11 (UTC)

Cheers,

that's a nice idea! As i currently don't use this tool i'll go ahead and orphan it so you may take over maintaining it if you like :-)

michael.eischer commented on 2024-06-05 13:41 (UTC)

Would it be possible to extend the package to also install shell completions?

--- a/PKGBUILD  2024-05-29 09:10:55.850077568 +0200
+++ b/PKGBUILD  2024-06-05 15:38:23.094600937 +0200
@@ -33,6 +33,10 @@
    cd "$pkgname-$_pkgver"
    install -d -m 0755 "${pkgdir}/usr/bin"
   install -m 0755 stackit "${pkgdir}/usr/bin/"
+
+  ./stackit completion bash | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/bash-completion/completions/stackit
+  ./stackit completion zsh | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_stackit
+  ./stackit completion fish | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/fish/vendor_completions.d/stackit.fish
 }

 sha256sums=('c5858770cb4d6afe2e82afcde78611beb884405dd805e253728e9db4c2a71535')