This project is on hiatus; I unfortunately do not have the time to maintain it anymore. Please let me know if you need anything, I still have old backup tarballs if you wish to continue my work.
A KISS Linux repository for daily driving
This is a repository for the KISS Linux packaging system. It provides scripts for reproducible compilation of open-source packages.
I personally need certain software for my work that most other repositories either can't provide at all or only to a limited extent. I also have a few non-standard preferences in my scripts.
This repository includes three folders:
core
for core system utilities, such as compilers, libc, coreutils and the kernelextra
for extra console utilities and libraries that aren't part of the coregui
for graphical applications, such as the Sway window manager, and their back-endsgnome
for the GNOME desktop environment and its programs and utilities
Contributions are welcome, as long as they:
- aren't a very niche edge case
- follow a similar programming style as my scripts
- are reproducible with the flags found in my mkissconfig repository