Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ryk4rd/grimaur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

grimaur

grimaur is a lightweight AUR helper that searches, builds, and updates AUR packages. It talks to the AUR RPC API by default and automatically falls back to the official git mirror when the endpoint is unavailable. When the AUR is down, run commands with --git-mirror (for example grimaur <package> --git-mirror) to bypass the RPC entirely.

Install

Directly from the AUR

git clone https://aur.archlinux.org/grimaur-git.git
cd grimaur-git
makepkg -si

From the git mirror

git clone --branch grimaur-git --single-branch https://github.com/archlinux/aur.git grimaur-git
cd grimaur-git
makepkg -si

Search Packages

  • grimaur <term> (or grimaur search <term>) lists matching packages and lets you pick one to install.

Install Packages

  • grimaur install <package> clones the repo, resolves dependencies, builds with makepkg, and installs via pacman when needed.
  • Pass --noconfirm to skip confirmation prompts during the build/install steps.

Stay Updated

  • grimaur update rebuilds every installed “foreign” package that has a newer release.
  • grimaur update <pkg1> <pkg2> limits the update run to specific packages.
  • grimaur update --devel Update all *-git packages aswell (needed for grimaur-git for example).
  • Combine with --refresh to force a fresh pull of every tracked package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •