Package Details: pluto 5.19.1-1

Git Clone URL: https://aur.archlinux.org/pluto.git (read-only, click to copy)
Package Base: pluto
Description: A cli tool to help discover deprecated apiVersions in Kubernetes
Upstream URL: https://github.com/FairwindsOps/pluto
Keywords: devops kubernetes
Licenses: Apache
Submitter: dbirks
Maintainer: supermario
Last Packager: supermario
Votes: 2
Popularity: 0.000000
First Submitted: 2020-04-23 03:26 (UTC)
Last Updated: 2024-01-02 14:05 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

brody commented on 2023-04-03 10:28 (UTC) (edited on 2023-04-03 10:29 (UTC) by brody)

Would it be possible to add this to the PKGBUILD?

optdepends=(
  'bash-completion: Bash completions'
  'zsh-completions: ZSH completion'
)

and this to package() function:

  "${pkgdir}/usr/bin/${pkgname}" completion bash |
    install -Dm644 /dev/stdin "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
  "${pkgdir}/usr/bin/${pkgname}" completion zsh |
    install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
  "${pkgdir}/usr/bin/${pkgname}" completion fish |
    install -Dm644 /dev/stdin "${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"

knex commented on 2020-07-11 18:53 (UTC)

Thanks dbirks! I just tested it, it works flawlessly now. Much appreciated :)

dbirks commented on 2020-07-11 18:44 (UTC)

Thanks knex, I see that pkger is now in the AUR, so it should build nicely now.

knex commented on 2020-07-06 12:48 (UTC) (edited on 2020-07-06 12:49 (UTC) by knex)

Hi dbirks! The install fails for me with:

==> Starting build()...
go: found github.com/markbates/pkger/cmd/pkger in github.com/markbates/pkger v0.17.0
pkger
make: pkger: No such file or directory
make: *** [Makefile:12: build] Error 127
==> ERROR: A failure occurred in build().
    Aborting...
error making: %!s(func() string=0x562d1cfabe80)

pkger doesn't seem to be in PATH :(