Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kneesnap authored Nov 7, 2019
1 parent 2673c0c commit c185fc3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions deltarune.sh
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit c185fc3

Please sign in to comment.