Search Criteria
Package Details: rua 0.19.10-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/rua.git (read-only, click to copy) |
---|---|
Package Base: | rua |
Description: | AUR helper in Rust providing control, review, patch application and safe build options |
Upstream URL: | https://github.com/vn971/rua |
Keywords: | aur rust |
Licenses: | GPL3 |
Submitter: | vasya |
Maintainer: | vasya |
Last Packager: | vasya |
Votes: | 59 |
Popularity: | 0.44 |
First Submitted: | 2018-10-29 14:26 (UTC) |
Last Updated: | 2025-02-13 14:43 (UTC) |
Dependencies (10)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-suid)
- git (git-gitAUR, git-glAUR)
- pacman (pacman-gitAUR)
- xz (xz-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- libseccomp (libseccomp-gitAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- bubblewrap-suid (optional) – version of bubblewrap that works on linux-hardened kernel
- shellcheck (shellcheck-binAUR, shellcheck-gitAUR) (optional) – allows checking PKGBUILD scripts, taking care of special variables
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, fudo-gitAUR, sudo-selinuxAUR) (optional) – allows package installation via sudo, if desired
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8
Morganamilo commented on 2018-10-30 16:39 (UTC)
If a user decides to use rustup it should be their responsibility to manage it. I think it's a bad idea for a pkgbuild to start installing something.
To rephrase what I said. Why not just depend on there already being a valid rust environment already set up like other packages do?
vasya commented on 2018-10-30 16:19 (UTC) (edited on 2018-10-30 16:21 (UTC) by vasya)
Morganamilo: the package does in fact depend on
cargo
, which is provided by bothrust
andrustup
. So if you haverust
installed, everything will work just fine for you.If, however, you decide to go with
rustup
, you NEED to also download&install the stable version usingrustup
itself. This is a rustup limitation, not mine.EDIT: in other words, users that decide to use
rustup
cannot just install it via pacman and be ready to build.:( The missing steps are ensured by this PKGBUILD.Morganamilo commented on 2018-10-30 15:41 (UTC)
Whats up with the rustup calls? Why not just depend on rust? I don't see any reason a pkgbuild should trigger an update/install of something. Especially something not managed by pacman.
« First ‹ Previous 1 .. 3 4 5 6 7 8