Skip to content

mdartmann/mkiss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkiss

On hiatus

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

What is this?

This is a repository for the KISS Linux packaging system. It provides scripts for reproducible compilation of open-source packages.

Why create your own if other repositories exist?

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.

Directory structure

This repository includes three folders:

  • core for core system utilities, such as compilers, libc, coreutils and the kernel
  • extra for extra console utilities and libraries that aren't part of the core
  • gui for graphical applications, such as the Sway window manager, and their back-ends
  • gnome for the GNOME desktop environment and its programs and utilities

Contributions

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