Swindles McCoop 4912dfb86b | ||
---|---|---|
.gitignore | ||
Makefile | ||
README.md | ||
aureate.1 | ||
aureate.c | ||
config.h |
README.md
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 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