1
0
mirror of https://github.com/Morganamilo/paru synced 2024-06-29 04:34:19 +00:00
Go to file
2024-03-15 21:13:17 +00:00
.github Fix CI 2023-12-04 02:41:30 +00:00
completions zsh package completion for --getpkgbuild 2023-12-05 21:54:45 -08:00
man Merge pull request #1090 from MikeWalrus/master 2023-12-04 23:55:51 +00:00
po Merge pull request #1120 from phanen/contrib 2024-03-07 09:22:43 +00:00
scripts Update translations 2023-11-27 04:08:37 +00:00
src Don't try to print dirs 2024-03-13 19:37:05 +00:00
testdata Fix CI 2023-11-05 22:55:55 +00:00
tests Fix CI 2023-11-05 22:55:55 +00:00
.dockerignore Rework the CI 2023-10-12 18:32:52 +02:00
.gitignore Add devel checks to tests 2023-10-15 17:52:46 +01:00
Cargo.lock Update lockfile 2024-03-13 21:40:40 +00:00
Cargo.toml v2.0.3 2024-03-13 21:28:16 +00:00
CHANGELOG.md v2.0.3 2024-03-13 21:28:16 +00:00
CONTRIBUTING.md Update contrib 2023-10-16 22:06:47 +01:00
Dockerfile Build against modern openssl 2024-03-15 21:13:17 +00:00
LICENSE Initial commit 2020-10-09 13:37:56 +01:00
paru.conf add fossil as devel suffix to the config 2022-04-14 11:44:50 +02:00
README.md Update Readme to use -B over -U 2023-10-13 11:29:26 +02:00

Paru

Feature packed AUR helper

paru paru-bin paru-git

Description

Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.

asciicast

Installation

sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

Contributing

See CONTRIBUTING.md.

General Tips

  • Man pages: For documentation on paru's options and config file see paru(8) and paru.conf(5) respectively.

  • Color: Paru only enables color if color is enabled in pacman. Enable color in your pacman.conf.

  • File based review: To get a more advanced review process enable FileManager with your file manager of choice in paru.conf.

  • Flip search order: To get search results to start at the bottom and go upwards, enable BottomUp in paru.conf.

  • Editing PKGBUILDs: When editing PKGBUILDs, you can commit your changes to make them permanent. When the package is upgraded, git will try to merge your changes with upstream's.

  • PKGBUILD syntax highlighting: You can install bat to enable syntax highlighting during PKGBUILD review.

  • Tracking -git packages: Paru tracks -git package by monitoring the upstream repository. Paru can only do this for packages that paru itself installed. paru --gendb will make paru aware of packages it did not install.

Examples

paru <target> -- Interactively search and install <target>.

paru -- Alias for paru -Syu.

paru -S <target> -- Install a specific package.

paru -Sua -- Upgrade AUR packages.

paru -Qua -- Print available AUR updates.

paru -G <target> -- Download the PKGBUILD and related files of <target>.

paru -Gp <target> -- Print the PKGBUILD of <target>.

paru -Gc <target> -- Print the AUR comments of <target>.

paru --gendb -- Generate the devel database for tracking *-git packages. This is only needed when you initially start using paru.

paru -Bi . -- Build and install a PKGBUILD in the current directory.

IRC

Paru now has an IRC. #paru on Libera Chat. Feel free to join for discussion and help with paru.

Debugging

Paru is not an official tool. If paru can't build a package, you should first check if makepkg can successfully build the package. If it can't, then you should report the issue to the maintainer. Otherwise, it is likely an issue with paru and should be reported here.