Skip to content

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

Notifications You must be signed in to change notification settings

pranavsetpal/aurman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks