feat(zeta): recipe model, validation, .recipe emitter

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <[email protected]>
This commit is contained in:
2026-08-19 16:35:23 -04:00
co-authored by Sisyphus
parent 0938503a5a
commit 5823b35373
3 changed files with 311 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
return {
name = "mytool",
version = "1.0",
summary = "Example custom-build package",
url = "mytool-1.0.tar.gz",
deps = {},
build_system = "custom",
build_script = "build.sh",
}