# Maintainer: exponential # 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/" }