Package Details: pluto 5.20.3-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-2.0
Submitter: dbirks
Maintainer: supermario
Last Packager: supermario
Votes: 2
Popularity: 0.000000
First Submitted: 2020-04-23 03:26 (UTC)
Last Updated: 2024-09-26 08:50 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

tchernomax commented on 2024-10-03 08:43 (UTC)

At each build I get:

…
==> Leaving fakeroot environment.
==> Finished making: pluto 5.20.3-1 (jeu. 03 oct. 2024 10:41:07)
==> Cleaning up...
rm: cannot remove '/home/max/.cache/yay/pluto/src/gopath/pkg/mod/gopkg.in/yaml.v3@v3.0.1/.github/workflows/go.yaml': Permission denied
…
rm: cannot remove '/home/max/.cache/yay/pluto/src/gopath/pkg/mod/google.golang.org/protobuf@v1.34.2/types/pluginpb/plugin.pb.go': Permission denied
loading packages...
…

I then have to remove the cache manually to be able to update/reinstall pluto. sudo rm -rf /home/max/.cache/yay/pluto

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 :(