Add Cave Store to index

This commit is contained in:
Ehmry - 2019-03-20 15:04:15 +01:00
parent e3feb92990
commit 84ecc59327
2 changed files with 13 additions and 3 deletions

View File

@ -10,7 +10,9 @@
<index name="Games">
<pkg path="@DEPOT_USER@/pkg/2048/@DEPOT_VERSION@" info="Threes! clone"/>
<pkg path="@UPSTREAM_USER@/pkg/mrboom/@UPSTREAM_VERSION@" info="Bomberman clone"/>
<pkg path="@DEPOT_USER@/pkg/abuse/@DEPOT_VERSION@" info="Side-scrolling shooter"/>
<pkg path="@DEPOT_USER@/pkg/cave_story-en/@DEPOT_VERSION@" info="Cave Story ~ Doukutsu Monogatari is a jumping-and-shooting action game."/>
<pkg path="@UPSTREAM_USER@/pkg/mrboom/@DEPOT_VERSION@" info="Bomberman clone"/>
<pkg path="@DEPOT_USER@/pkg/tyrquake/@DEPOT_VERSION@" info="Tyrquake"/>
</index>
@ -27,7 +29,8 @@
</index>
<index name="Utilities">
<pkg path="@UPSTREAM_USER@/pkg/grafx2/@UPSTREAM_VERSION@"/>
<!-- <pkg path="@DEPOT_USER@/pkg/flif_capture/@DEPOT_VERSION@"/> -->
<pkg path="@UPSTREAM_USER@/pkg/grafx2/2019-03-19"/>
<pkg path="@DEPOT_USER@/pkg/button_test/@DEPOT_VERSION@" info="Libretro joypad button test"/>
</index>

View File

@ -2,8 +2,15 @@ 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/2004.12/doukutsu.tar {raw}
|> $(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 |>