rfc-2549 / aureate

An AUR helper written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies:

  • libcurl
  • libgit2
  • libjson-c

How To Install

make
sudo make install

How To Use

Either run man aureate or aureate --help

To Do

  • Handle multiple packages to install at at time
  • Add -R flag
  • Parse package info with -Ss
  • Clean up parse code
  • Reimplement strlen() inside of char combined with snprintf() all using asprintf()
  • Replace system() command with exec() family of functions
  • Fix flags function to use getopt()
  • Use libgit to pull from the AUR git repos instead of redownloading tarball every time

About

An AUR helper written in C


Languages

Language:C 86.0%Language:Roff 8.5%Language:Makefile 5.5%