A simple TUI Arch User Repository (AUR) interactive search tool built in Odin on top of paru.
⚠️ requires paru to run link
On x86_64 just grab the tarball:
curl -L -O https://github.com/krisfur/huginn/releases/download/v1.0.2/huginn-v1.0.2-linux_x86_64.tar.gz
tar -xzf huginn-v1.0.2-linux_x86_64.tar.gz
sudo cp huginn-v1.0.2-linux_x86_64/huginn /usr/local/bin/huginnYou still need Paru link installed to use it. If missing use:
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -siPrerequisites:
git clone https://github.com/krisfur/huginn.git
cd huginn
odin build .then you can simply run the resulting executable
./huginnto make it callable from anywhere simply copy it to your local bin folder like:
sudo cp huginn /usr/local/bin/huginnor manually add it to path.
paru:
sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -siodin:
paru -S odin-githuginn:
git clone https://github.com/krisfur/huginn.git
cd huginn
odin build .
sudo cp huginn /usr/local/bin/huginn