#os #builder #building #os-agnostic #buildopts

bin+lib osbuilder

OS-agnostic builder for building custom OS

5 unstable releases

0.3.0 Mar 9, 2024
0.2.4 Mar 6, 2024
0.2.3 Jan 30, 2024
0.2.2 Jan 30, 2024
0.1.0 Jan 17, 2024

#523 in Development tools

Download history 1/week @ 2024-01-11 13/week @ 2024-01-25 56/week @ 2024-02-15 59/week @ 2024-02-22 134/week @ 2024-02-29 203/week @ 2024-03-07 79/week @ 2024-03-14 24/week @ 2024-03-28 10/week @ 2024-04-04

119 downloads per month

Custom license

15KB
165 lines

OS builder

pipeline status

This is a repository for osbuilder, an OS-agnostic builder

Contributing

Fork the repository and then follow the instructions

git add <whatever files you want to add>
git commit -am "<type of contribution>: <what you've done>"
git push

Then, if you're done, open a PR.

Example configuration

You'll get one if you run osbuilder, but you can also copy this one.

[buildopts]
tb_name = "mtos_latest"
distro_name = "MatuushOS"
support_url = ""
version = 0.9999
threads = 6
to_fetch = [""]
bdir = ""
dir_structure = "MatuushOS"
xcscriptdir = ""
bscriptdir = ""

Dependencies

~7–19MB
~283K SLoC