libretro-genode/runtimes/fetch-nixos/Tupfile

22 lines
563 B
Plaintext

include_rules
URL = http://hydra.nixos.org/build/89920163/download/1/nixos-minimal-19.03beta170766.5b38b4572a4-x86_64-linux.iso
SHA256 = d8dcb02f96108720c451b0858dab42ac2ad6fc47442298b3a5338b14bfc76f30
: runtime.in |> ^ SED %o^ \
sed \
-e 's|@URL@|$(URL)|' \
-e 's|@SHA256@|$(SHA256)|' \
%f > %o |> %B
: runtime |> !runtime_to_depot |> {package}
: archives |> !archives_to_depot |> {package}
: nixos.vbox |> !raw_to_depot |> {raw}
: machine.vdi |> !raw_to_depot |> {raw}
ifdef DEPOT_KEY
: {package} |> !publish_pkg |>
: {raw} |> !publish_raw |>
endif