This commit is contained in:
Tristan Smith 2024-08-31 17:59:26 -04:00
parent 351f7c076f
commit 6a4b05e793
No known key found for this signature in database
GPG key ID: 0858A9B022DE8ECE

View file

@ -4,13 +4,13 @@ A simple command line utility for managing AUR packages written in C hence the n
Of course, Arch Linux needs another AUR helper, right? No, of course not. But that's not why I'm building mine. I'm building mine because I suck at programming and want to learn. If you use it, great. If not, also great. I'll probably keep using yay. Of course, Arch Linux needs another AUR helper, right? No, of course not. But that's not why I'm building mine. I'm building mine because I suck at programming and want to learn. If you use it, great. If not, also great. I'll probably keep using yay.
It currently has a Makefile, but I stole it. Dunno if it'll be needed yet. Ignore it for now.
### Depends: ### Depends:
curl curl
### 8-31-24 ### 8-31-24
Version 0.1.5 - refactored a bit more. added creation of cache directory, currently downlods the archive and extracts it, needs to move into the proper build directory to take advantage of the ```PKGBUILD``` file.
Version 0.1.1 - refactored code for modularity, updated Makefile, compiles with ```make``` now. No longer just a main.c file. Version 0.1.1 - refactored code for modularity, updated Makefile, compiles with ```make``` now. No longer just a main.c file.
Version 0.1 - compiles with ```gcc -o caur src/main.c -lcurl```[outdated], 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 -lcurl```[outdated], currently will run ```sudo pacman -Syu``` just running, ```./caur```. Currently will *only* download the archive of the package when you specify a package name.