libcurl
libgit2
libjson-c
make
sudo make install
Either run man aureate
or aureate --help
- Handle multiple packages to install at at time
- Add
-R
flag - Parse package info with
-Ss
- Clean up parse code
- Reimplement
strlen()
inside ofchar
combined withsnprintf()
all usingasprintf()
- Replace
system()
command withexec()
family of functions - Fix
flags
function to usegetopt()
- Use libgit to pull from the AUR git repos instead of redownloading tarball every time
- Properly wrap lines of
search()
output -
-Syu
function to update all packages- Compare clone to master with
.git/refs/heads/master
- Compare clone to master with
- Make formatting consistent across all code
- Add
-e
flag to edit PKGBUILD before install