makedeb


soh-letitsnow-otr 8.0.3-0


Christmas 2023 SoH OTR game data, compatoble ROM not included

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for soh-letitsnow-otr.

# Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
# You need a compatible ROM, read more at:
# https://github.com/HarbourMasters/Shipwright
pkgname=soh-letitsnow-otr
pkgver=8.0.3
pkgrel=0
pkgdesc="Christmas 2023 SoH OTR game data, compatoble ROM not included"
arch=("all")
url="https://shipofharkinian.com/"
license=("proprietary")
makedepends=("soh-letitsnow-otr-exporter")
source=("fille://baserom.z64")
sha256sums=(SKIP)

build() {
  cd "${srcdir}"
  # cleanup
  rm -f oot*

  export SHIP_HOME="${srcdir}"
  export SOHEXTRACTONLY=1
  # bug workaround
  soh-letitsnow || :
  [ -e oot* ] || echo "You need a compatible ROM, read more at:
https://github.com/HarbourMasters/Shipwright"
  [ -e oot* ] || exit 1
}

package() {
  cd "${srcdir}"
  install -Dm644 oot* -t "${pkgdir}/usr/share/games/soh-letitsnow/"
}