rua
rua copied to clipboard
Build tool for Arch Linux providing control, review and jailed build options
(kinda) resolves #180 - adds `--auto-build`/`-b` option to automate rua promps for the `upgrade`, `install` and `builddir` subcommands - _doesn't_ add `--noconfirm` to pacman commands so user input is still...
Allows a user to build with TLS supported by the native platform. Especially useful when you need to use your own CA cert.
Added the ability to specify packages that should be filtered out from the pacman_deps list. makepkg doesn't have a --assume-installed equivalent so if a filter is provided by the user...
Fixes #135, first time making a pr so let me know if anything needs changing!
Technically this is not a bug in Rua. A large percentage of packages are marked x86_64 but build just fine across different platforms. Rua refuses to build them (at least...
I find it a bit confusing with the name `rua` even though I know it opposite of `aur`. I might better off with name changing like `aurs` from `aur` and...
frequently i know what packages i'm upgrading and don't want to exam PKGBUILD file, give it `-y` option so it auto `M` and `O`.
Hey, I've been trying to build a package [python-blis](https://aur.archlinux.org/packages/python-blis) (0.7.7-1) but had no luck with rua - whenever I try to do so, `build()` returns an error: ``` /home/cosmic/.cache/rua/build/python-blis/PKGBUILD: line...
When installing a package using ```rua builddir '/mnt/data/cache/rua/build/android-studio-canary' -f```, the build is successfull, but the install fails. I get ``` loading packages... error: 'android-studio-canary-2021.1.1.1-1-x86_64.pkg.tar.xz': could not find or read package...
Instaling [rua](https://aur.archlinux.org/packages/rua/) from AUR requires compiling, which costs time, CPU, and memory. It would be cool if you release pre-built binary to GitHub Release. I can create `.travis-ci.yml` for you...