added roadmap to readme
This commit is contained in:
parent
9eebe5b301
commit
f1ad1cbe19
1 changed files with 13 additions and 1 deletions
12
readme.md
12
readme.md
|
@ -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.
|
Loading…
Reference in a new issue