forked from Mintsuki/Jinx
Meta-build-system for bootstrapping operating system distributions.
- Shell 99.8%
- Makefile 0.2%
| DOCUMENTATION.md | Documentation: Regrettable readability change to last commit. | |
| jinx | version 0.5.10 | |
| LICENSE | Update copyright dates for 2025 | |
| logo-small.png | Update logo | |
| logo.png | Update logo | |
| Makefile | Add convenience Makefile | |
| README.md | Direct README to documentation. | |
Jinx
Jinx (Jinx Is Not Xbstrap) is a meta-build-system for bootstrapping operating system distributions inspired by xbstrap and Arch Linux's PKGBUILDs.
Some examples of hobby OSes using Jinx are Vinix, Gloire, and Jinix.
Dependencies
- Linux distro (other OSes are not supported)
- POSIX compatible
/bin/sh - curl
- findutils (for
findandxargs) - awk
- cc (gcc or clang work)
- grep
- gzip
- tar
- procps (for
free) - xz
Documentation
Documentation can be found in DOCUMENTATION.md.