Skip to content

major0/builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builder

Builder supplies a psuedo package-management environment usable for everything from maintaining cross-development toolchains, to producing binary blocks for individual packages and disk images. The original design was inspired by Gentoo's Ebuild build rules used by Portage, with the primary goal being to manage the cross-development tools along side the software being developed in a single Portage-like directory structure. Builder deviates from the Portage use-case in that it does not manage packages within the OS, but simply produces packages as defined by rule files and manages the installation of packages (and their dependancies) into a sysroot target. These rule files may dictate how to build a specific piece of software, or may dictate how to build disk images.

About

A stand-alone build engine inspired by Gentoo's ebuilds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages