the package manager for the chiyoko linux distribution
| .gitignore | ||
| AUTHORS | ||
| binarypkg.c | ||
| binarypkg.h | ||
| cacheclean.c | ||
| cacheclean.h | ||
| config.h | ||
| config.mk | ||
| database.c | ||
| database.h | ||
| datatypes.h | ||
| depresolve.c | ||
| depresolve.h | ||
| error.c | ||
| error.h | ||
| help.c | ||
| help.h | ||
| install.c | ||
| install.h | ||
| kawa.c | ||
| kawafile.c | ||
| kawafile.h | ||
| LICENSE | ||
| Makefile | ||
| makepackages.c | ||
| makepackages.h | ||
| metapkg.c | ||
| metapkg.h | ||
| patchpkg.c | ||
| patchpkg.h | ||
| README | ||
| remove.c | ||
| remove.h | ||
| repoadd.c | ||
| repoadd.h | ||
| reposync.c | ||
| reposync.h | ||
| search.c | ||
| search.h | ||
| show.c | ||
| show.h | ||
| sourcepkg.c | ||
| sourcepkg.h | ||
| TODO | ||
| update.c | ||
| update.h | ||
kawa ---- the package manager for the chiyoko linux distribution INSTALLATION: - clone the repository - make - (root) make install REQUIRED FILES: - /etc/kawa.d/repos.conf, example: ```example # i am not a comment and will make your compuler explode!!! Main https://raw.githubusercontent.com/chiyokolinux/packages/main/packages.db Community https://raw.githubusercontent.com/chiyokolinux/packages/community/packages.db Contrib https://raw.githubusercontent.com/chiyokolinux/packages/contrib/packages.db ; wtf are you doing, comments are not supported /* oh and also repo names must be directory-safe, you're on your own with that */ Non-Free https://raw.githubusercontent.com/chiyokolinux/packages/nonfree/packages.db // please stop, i mean i- *BOOM* ``` - /etc/kawa.d/Installed.packages.db ```example // Yes, this is meant to be empty. No, this file doesn't support comments either. ``` - more to come? i don't know