Build orchestrator for Atlas.
This repository has been archived on 2026年06月13日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
| .gitignore | add .gitignore | |
| LICENSE | add license | |
| main.py | we are based and albanian so fix this script | |
| README.md | Update README.md | |
packaging will now be handled by ace.
hephaestus
package build system for Static Linux.
usage
python3 hephaestus.py static-ports/shells/dash
port format
each port needs a build.sh and pkg.toml:
pkg.toml:
name = "dash"
version = "0.5.12"
description = "minimal POSIX shell"
binary = "dash-0.5.12/src/dash"
install = "/usr/bin/dash"
build.sh compiles the package against the musl toolchain. hephaestus strips the binary, tars it, and generates a sha256.
output
name-version.tar.gz and name-version.tar.gz.sha256 in the build directory.