added roadmap to readme

This commit is contained in:
Tristan Smith 2024-08-31 01:53:30 -04:00
parent 9eebe5b301
commit f1ad1cbe19
No known key found for this signature in database
GPG key ID: 0858A9B022DE8ECE

View file

@ -12,3 +12,15 @@ curl
### 8-31-24 ### 8-31-24
Version 0.1 - compiles with ```gcc -o caur src/main.c```, currently will run ```sudo pacman -Syu``` just running, ```./caur```. Currently will *only* download the archive of the package when you specify a package name. Version 0.1 - compiles with ```gcc -o caur src/main.c```, currently will run ```sudo pacman -Syu``` just running, ```./caur```. Currently will *only* download the archive of the package when you specify a package name.
### Roadmap:
[]Implement help/man page.
[]Implement solo features (download, build, install) as their own switch
[]Implement package installation.
[]Implement package removal.
[]Search for packages in both standard Arch repos and the AUR.
[]Add cleanup options for build dependencies.
[]Include a feature to clear the package cache.
[]List installed packages by name and count.
[]Refactor code to be modular, with each function in its own file.