genode-ehmry/runtimes/cave_story/cave_story-en/Tupfile

17 lines
474 B
Plaintext
Raw Normal View History

2019-03-20 00:55:54 +01:00
include_rules
: |> wget --quiet https://www.cavestory.org/downloads/%o |> cavestoryen.zip {zip}
2019-03-20 15:04:15 +01:00
VERSION = 2004.12
2019-03-20 00:55:54 +01:00
: {zip} \
|> unzip -D %f -d tmp ; tar cf %o -C tmp/CaveStory . ; rm -r tmp \
2019-03-20 15:04:15 +01:00
|> $(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
2019-03-20 00:55:54 +01:00
: {raw} |> !publish_raw |>