1
0
Fork
You've already forked jinx
0
forked from Mintsuki/Jinx
Meta-build-system for bootstrapping operating system distributions.
  • Shell 99.8%
  • Makefile 0.2%
2025年05月20日 09:24:11 +02:00
DOCUMENTATION.md Documentation: Regrettable readability change to last commit. 2025年05月20日 09:24:11 +02:00
jinx version 0.5.10 2025年05月16日 00:42:46 +02:00
LICENSE Update copyright dates for 2025 2025年03月08日 03:39:54 +01:00
logo-small.png Update logo 2022年07月09日 11:13:33 +02:00
logo.png Update logo 2022年07月09日 11:13:33 +02:00
Makefile Add convenience Makefile 2023年12月09日 09:10:53 +01:00
README.md Direct README to documentation. 2025年05月19日 23:46:47 +02:00

Jinx

Jinx logo

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 find and xargs)
  • awk
  • cc (gcc or clang work)
  • grep
  • gzip
  • tar
  • procps (for free)
  • xz

Documentation

Documentation can be found in DOCUMENTATION.md.