new package: openttd-msx

This commit is contained in:
Leonid Pliushch 2019-06-30 01:27:50 +03:00 committed by Yaksh Bariya
parent 17821de020
commit 423c1b4ee3
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
TERMUX_PKG_HOMEPAGE=https://bundles.openttdcoop.org/openmsx
TERMUX_PKG_DESCRIPTION="Free music set for openttd"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=0.3.1
TERMUX_PKG_SRCURL=https://bundles.openttdcoop.org/openmsx/releases/$TERMUX_PKG_VERSION/openmsx-$TERMUX_PKG_VERSION.zip
TERMUX_PKG_SHA256=92e293ae89f13ad679f43185e83fb81fb8cad47fe63f4af3d3d9f955130460f5
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
termux_step_make_install() {
install -d "$TERMUX_PREFIX"/share/openttd/data
install -m600 openmsx.obm "$TERMUX_PREFIX"/share/openttd/data
install -m600 *.mid "$TERMUX_PREFIX"/share/openttd/data
}