Skip to content

Instantly share code, notes, and snippets.

@ungeskriptet
Created April 1, 2024 07:01
Show Gist options
  • Save ungeskriptet/c5d152c850c6fb9f726ecae75d1ef3d7 to your computer and use it in GitHub Desktop.
Save ungeskriptet/c5d152c850c6fb9f726ecae75d1ef3d7 to your computer and use it in GitHub Desktop.
Zmod Simply Love ITGmania theme APKBUILD for Alpine Linux
# Maintainer: David Wronek <davidwronek@gmail.com>
pkgname=itgmania-theme-zmod-simplylove
pkgver=0_git20240331
pkgrel=0
arch="noarch"
url="https://github.com/zarzob/Simply-Love-SM5"
pkgdesc="Zmod fork of Simply Love for ITGmania with BoogieStats integration"
license="GPL-3.0"
depends="itgmania"
_commit="108e06ec2f48023ad8e4b185e866fc3eb723a98c"
source="https://github.com/zarzob/Simply-Love-SM5/archive/$_commit.tar.gz"
builddir="$srcdir"/Simply-Love-SM5-$_commit
options="!check"
package() {
mkdir -p "$pkgdir"/usr/share/itgmania/Themes
mv "$builddir" "$pkgdir/usr/share/itgmania/Themes/Zmod Simply Love"
find "$pkgdir/usr/share/itgmania/Themes/Zmod Simply Love" -type f -exec chmod 0644 {} \;
}
sha512sums="
fb27f75c48eff82dc6200d97d9f49d1eb4876fbeccb86424f124f58038a3baba0aee5ac20123213a6e8195f1c042f2ae0ad18ca47b0810cc8c0687d9dc8fc2dc 108e06ec2f48023ad8e4b185e866fc3eb723a98c.tar.gz
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment