libretro-genode/runtimes/cave_story/cave_story-en/Tupfile

17 lines
474 B
Plaintext

include_rules
: |> wget --quiet https://www.cavestory.org/downloads/%o |> cavestoryen.zip {zip}
VERSION = 2004.12
: {zip} \
|> unzip -D %f -d tmp ; tar cf %o -C tmp/CaveStory . ; rm -r tmp \
|> $(DEPOT_RAW_DIR)/%d/$(VERSION)/doukutsu.tar {raw}
!publish_raw = |> ^o publish %d raw^ \
tar cfJ %o -C $(DEPOT_RAW_DIR)/%d . ; $(SIGN_CMD) < %o > %o.sig \
|> $(PUBLIC_RAW_DIR)/%d/$(VERSION).tar.xz \
| $(PUBLIC_RAW_DIR)/%d/$(VERSION).tar.xz.sig
: {raw} |> !publish_raw |>