Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 673 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 673 Bytes

Aurman

A simple and fast command line utility to help manage your AUR applications

Installation

Dependencies

  • git
  • curl
  • jansson

Install dependencies via

sudo pacman -S git curl jansson

Simply clone the repository

git clone https://github.com/pranavsetpal/aurman.git
cd aurman

And run the installation script

sudo sh install.sh


The script simply compiles it using gcc and moves the executable to /usr/local/bin/. The .aurman directory is created beforehand for the --all option to work as expected.

gcc aurman.c -lm -lcurl -ljansson -o aurman
mv -f ./aurman /usr/local/bin/
mkdir $HOME/.aurman/