| Age | Commit message (Collapse) | Author |
|
Added url structures, cookbook, archive management to automate
the installation process of packages. Refactored main logic from
main.c to pkgman.c for cleaner seperation of concerns and future
library integration of pkgman to other projects.
|
|
Enables all warnings, treats warnings as errors and stylistic
improvements are treated as warnings. This is enabled to increase
code quality.
|
|
To create a system-wide utility after latest changes, Makefile now
has the utility to install the binary to the system.
|
|
Makefile is added for convenience, and debug and prod builds now
exist.
|