Just a smoochlinux's package manager
- C 77.4%
- C++ 16.9%
- Makefile 5.7%
|
|
||
|---|---|---|
| src | [CHG] Cleanup semver | |
| .clang-format | [ADD] Licenses notices to files | |
| .gitignore | [TODO] Working on downloaderFormatted files | |
| CONTRIBUTORS | [ADD] Contributor for giving ideas | |
| LICENSE | Initial commit | |
| Makefile | [ADD] Licenses notices to files | |
| README | [ADD] Testing command | |
| TODO | [CHG] Completed some TODO | |
| VERSION | [ADD] Version file for versioning | |
Smooch ~ Smooch Linux's package manager +------------------------------------------------------------------------------+ 0. Index +------------------------------------------------------------------------------+ | 0. Index | | 1. Overview | | 2. Install | +------------------------------------------------------------------------------+ 1. Overview +------------------------------------------------------------------------------+ | Simple yet powerfull source based package manager to install software and | | libraries system-wide or user specific. It's specifically written for | | Smooch Linux in C. | | * [TODO] Package manager is in work | +------------------------------------------------------------------------------+ 2. Install +------------------------------------------------------------------------------+ | - Requirements: | | * Compiler with C23 support (ex. clang 21) | | * libc (ex. musl libc) | | * Libarchive | | * Libblake3 | | - Testing | | * Testing is done through `make test` command | | - Compile: | | * Run command `make` | | - Installation | | * Automated way: `make install` | | * Manual way, after compiling: `cp ./smooch /bin/` | +------------------------------------------------------------------------------+