https://github.com/mdartmann/mkiss
A KISS Linux distribution for daily driving
https://github.com/mdartmann/mkiss
kiss-repo linux linux-distribution
Last synced: 8 months ago
JSON representation
A KISS Linux distribution for daily driving
- Host: GitHub
- URL: https://github.com/mdartmann/mkiss
- Owner: mdartmann
- License: gpl-3.0
- Created: 2021-11-29T20:55:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T12:16:06.000Z (over 3 years ago)
- Last Synced: 2025-02-02T08:11:41.189Z (over 1 year ago)
- Topics: kiss-repo, linux, linux-distribution
- Language: Shell
- Homepage:
- Size: 4.49 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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](https://github.com/mdartmann/mkissconfig)