genode-ehmry/runtimes/soyuz/Tupfile

17 lines
402 B
Plaintext

ifndef CONFIG_NO_NETWORK
include_rules
: |> wget --quiet https://ce.gl/ports/dist/soyuz/%o |> soyuz.zip
: soyuz.zip \
|> unzip %f -d soyuz ; tar cf %o dosbox.conf soyuz ; rm -r soyuz \
|> $(DEPOT_RAW_DIR)/%d/@(DEPOT_VERSION)/soyuz.tar {raw}
: runtime |> !runtime_to_depot |> {package}
: archives |> !archives_to_depot |> {package}
: {package} |> !publish_pkg |>
: {raw} |> !publish_raw |>
endif