the package manager for the chiyoko linux distribution
Find a file
2025-06-26 22:30:21 +02:00
.gitignore starting anew 2025-06-26 22:30:21 +02:00
AUTHORS starting anew 2025-06-26 22:30:21 +02:00
binarypkg.c starting anew 2025-06-26 22:30:21 +02:00
binarypkg.h starting anew 2025-06-26 22:30:21 +02:00
cacheclean.c starting anew 2025-06-26 22:30:21 +02:00
cacheclean.h starting anew 2025-06-26 22:30:21 +02:00
config.h starting anew 2025-06-26 22:30:21 +02:00
config.mk starting anew 2025-06-26 22:30:21 +02:00
database.c starting anew 2025-06-26 22:30:21 +02:00
database.h starting anew 2025-06-26 22:30:21 +02:00
datatypes.h starting anew 2025-06-26 22:30:21 +02:00
depresolve.c starting anew 2025-06-26 22:30:21 +02:00
depresolve.h starting anew 2025-06-26 22:30:21 +02:00
error.c starting anew 2025-06-26 22:30:21 +02:00
error.h starting anew 2025-06-26 22:30:21 +02:00
help.c starting anew 2025-06-26 22:30:21 +02:00
help.h starting anew 2025-06-26 22:30:21 +02:00
install.c starting anew 2025-06-26 22:30:21 +02:00
install.h starting anew 2025-06-26 22:30:21 +02:00
kawa.c starting anew 2025-06-26 22:30:21 +02:00
kawafile.c starting anew 2025-06-26 22:30:21 +02:00
kawafile.h starting anew 2025-06-26 22:30:21 +02:00
LICENSE starting anew 2025-06-26 22:30:21 +02:00
Makefile starting anew 2025-06-26 22:30:21 +02:00
makepackages.c starting anew 2025-06-26 22:30:21 +02:00
makepackages.h starting anew 2025-06-26 22:30:21 +02:00
metapkg.c starting anew 2025-06-26 22:30:21 +02:00
metapkg.h starting anew 2025-06-26 22:30:21 +02:00
patchpkg.c starting anew 2025-06-26 22:30:21 +02:00
patchpkg.h starting anew 2025-06-26 22:30:21 +02:00
README starting anew 2025-06-26 22:30:21 +02:00
remove.c starting anew 2025-06-26 22:30:21 +02:00
remove.h starting anew 2025-06-26 22:30:21 +02:00
repoadd.c starting anew 2025-06-26 22:30:21 +02:00
repoadd.h starting anew 2025-06-26 22:30:21 +02:00
reposync.c starting anew 2025-06-26 22:30:21 +02:00
reposync.h starting anew 2025-06-26 22:30:21 +02:00
search.c starting anew 2025-06-26 22:30:21 +02:00
search.h starting anew 2025-06-26 22:30:21 +02:00
show.c starting anew 2025-06-26 22:30:21 +02:00
show.h starting anew 2025-06-26 22:30:21 +02:00
sourcepkg.c starting anew 2025-06-26 22:30:21 +02:00
sourcepkg.h starting anew 2025-06-26 22:30:21 +02:00
TODO starting anew 2025-06-26 22:30:21 +02:00
update.c starting anew 2025-06-26 22:30:21 +02:00
update.h starting anew 2025-06-26 22:30:21 +02:00

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