Created
April 1, 2024 07:01
-
-
Save ungeskriptet/c5d152c850c6fb9f726ecae75d1ef3d7 to your computer and use it in GitHub Desktop.
Zmod Simply Love ITGmania theme APKBUILD for Alpine Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: David Wronek <[email protected]> | |
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