1
2
Fork
You've already forked smooch
1
Just a smoochlinux's package manager
  • C 77.4%
  • C++ 16.9%
  • Makefile 5.7%
2026年06月01日 22:16:52 +02:00
src [CHG] Cleanup semver 2026年06月01日 22:16:52 +02:00
.clang-format [ADD] Licenses notices to files 2025年12月21日 17:09:08 +01:00
.gitignore [TODO] Working on downloaderFormatted files 2025年12月19日 11:20:38 +01:00
CONTRIBUTORS [ADD] Contributor for giving ideas 2025年11月16日 18:58:18 +01:00
LICENSE Initial commit 2025年10月15日 19:34:59 +02:00
Makefile [ADD] Licenses notices to files 2025年12月21日 17:09:08 +01:00
README [ADD] Testing command 2025年12月02日 13:39:12 +01:00
TODO [CHG] Completed some TODO 2025年12月01日 17:01:47 +01:00
VERSION [ADD] Version file for versioning 2025年11月09日 13:53:23 +01:00

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/` |
+------------------------------------------------------------------------------+