Repository for generating "ehmry" depot index.
Go to file
Emery Hemingway c5817f347a Finalize binary packages using "include $(BIN_RULES)"
Rather than call a small macro without inputs or outputs,
": |> !bin |>", include a file that will perform some metadata checks
and invoke the !bin macro. In this way checks are extensible across
packages by simply adding them to the common $(BIN_RULES) file.
2019-04-27 20:18:13 +02:00
build-x86_64 Tup refactor 2019-04-27 20:18:13 +02:00
errata Finalize binary packages using "include $(BIN_RULES)" 2019-04-27 20:18:13 +02:00
libretro Tup refactor 2019-04-27 20:18:13 +02:00
nim Finalize binary packages using "include $(BIN_RULES)" 2019-04-27 20:18:13 +02:00
runtimes Tup refactor 2019-04-27 20:18:13 +02:00
src/server Finalize binary packages using "include $(BIN_RULES)" 2019-04-27 20:18:13 +02:00
vm Seoul NOVA VMM 2019-04-27 20:18:13 +02:00
.gitmodules Remove Trojita submodule 2019-04-27 20:18:13 +02:00
index.xml Update index 2019-04-27 20:18:13 +02:00
README.md Update README 2019-04-27 20:18:13 +02:00
Tupfile Tup refactor 2019-04-27 20:18:13 +02:00
Tupfile.ini Initial commit 2019-03-07 18:22:51 +01:00
Tuprules.tup Finalize binary packages using "include $(BIN_RULES)" 2019-04-27 20:18:13 +02:00

This is a super-repository containing an experimental Tup build system and submodules containing Genode components and runtime metadata.

See http://github.com/ehmry/genode-tup-super for a super-repo skeleton, please forward any pull requests for the build-system there.