summaryrefslogtreecommitdiff
path: root/include/cookbook.h
AgeCommit message (Collapse)Author
2026-05-10cookbook: add process return code checking for cookbook recipes0x221E
cookbook_recipe_run() now returns the return code of fork() to manage success state.
2026-05-10feature: add URL structure and refactor main logic to pkgman.c0x221E
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.