#TODO not compiled or tested [source] git = "https://github.com/friendlymatthew/gabagool" shallow_clone = true [build] template = "custom" script = """ DYNAMIC_INIT cookbook_cargo_packages gabagool mkdir -pv "${COOKBOOK_STAGE}/usr/share/gabagool" cp -rv "${COOKBOOK_SOURCE}"/examples/game-of-life/wasm/game.wasm "${COOKBOOK_STAGE}/usr/share/gabagool" cp -rv "${COOKBOOK_SOURCE}"/programs/*.wasm "${COOKBOOK_STAGE}/usr/share/gabagool" """