add: zig and build.sh
build systems
This commit is contained in:
@@ -31,13 +31,13 @@ return {
|
||||
summary = "Short description",
|
||||
url = "https://.../src.tar.gz",
|
||||
deps = { "libfoo", "libbar>=2.0" },
|
||||
build_system = "autotools", -- autotools | cmake | meson | make | cargo | custom
|
||||
build_system = "autotools", -- autotools | cmake | meson | make | cargo | zig | build.sh | custom
|
||||
configure_args = { "--enable-x" },
|
||||
test = "${DESTDIR}/usr/bin/mypkg --version",
|
||||
}
|
||||
```
|
||||
|
||||
**Build systems**: `autotools`, `cmake`, `meson`, `make`, `cargo`, `custom`
|
||||
**Build systems**: `autotools`, `cmake`, `meson`, `make`, `cargo`, `zig`, `build.sh`, `custom`
|
||||
|
||||
## Post-transaction hooks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user