From c185fc3b1082446d56c6b91c0f7cf6216dd74b76 Mon Sep 17 00:00:00 2001 From: Kneesnap Date: Wed, 6 Nov 2019 20:52:26 -0800 Subject: [PATCH] Add files via upload --- deltarune.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 deltarune.sh diff --git a/deltarune.sh b/deltarune.sh new file mode 100644 index 0000000..2646ec3 --- /dev/null +++ b/deltarune.sh @@ -0,0 +1,20 @@ +# This should be saved as /home/pi/RetroPie-Setup/scriptmodules/ports/deltarune.sh +#!/usr/bin/env bash + +rp_module_id="deltarune" +rp_module_desc="Deltarune by Toby Fox, ported by Kneesnap" +rp_module_section="exp" +rp_module_flags="!mali !x86" + +function depends_deltarune() { + getDepends libopenal-dev +} + +function install_bin_deltarune() { + wget -O- -q https://github.com/Kneesnap/deltarune-circuit-sword/releases/download/latest/deltarune.tar.gz | tar -xvz -C "$md_inst" +} + +function configure_deltarune() { + mkRomDir "ports" + addPort "$md_id" "Deltarune" "Deltarune" "$md_inst/Deltarune" +} \ No newline at end of file