27 lines
799 B
Markdown
27 lines
799 B
Markdown
# cowlick-pm
|
|
|
|
A simple C++ declarative source-based package manager for the MooOs operating system.
|
|
|
|
|
|
|
|
Functionning:
|
|
|
|
When installing a package, you are prompted to create a bash script from a template to compile and install the program.
|
|
|
|
- Pulling
|
|
- Building
|
|
- Installing
|
|
- Cleanup
|
|
- Uninstallation
|
|
- Autoupdate
|
|
|
|
|
|
Commands:
|
|
|
|
- cowtool lick < name > : Create/edit a package script
|
|
- cowtool milk < name > : Install package
|
|
- cowtool herd : List package scripts
|
|
- cowtool graze < name / empty for all > : Update packages, if empty do only autoupdate
|
|
- cowtool steak < name > : Uninstalls a package
|
|
- cowtool butcher < name > : Removes package script
|