This commit is contained in:
magmaus3 2024-03-23 14:35:12 +01:00
parent ada78500de
commit 2cefe89e11
Signed by: magmaus3
GPG key ID: 695507CAEE1DB324
4 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# Contributor: # Contributor: magmaus3 <magmaus3@disroot.org>
# Maintainer: # Maintainer: magmaus3 <magmaus3@disroot.org>
pkgname=quick-strats-mobile pkgname=quick-strats-mobile
pkgver=0 pkgver=1
pkgrel=0 pkgrel=0
pkgdesc="godot game" pkgdesc="godot game"
url="https://magmaus3.eu.org" url="https://magmaus3.eu.org"
@ -14,7 +14,7 @@ install=""
# no checks, so i wont exec em # no checks, so i wont exec em
options="!check" options="!check"
source=" source="
quick-strats-2024-03-17.zip quick-strats.zip
quick-strats.desktop quick-strats.desktop
quick-strats.sh quick-strats.sh
" "
@ -54,13 +54,13 @@ package() {
chmod +x quick-strats.sh chmod +x quick-strats.sh
chmod +x quick-strats.desktop chmod +x quick-strats.desktop
install -Dm644 quick-strats-2024-03-17.zip "$pkgdir"/usr/share/games/quick-strats/quick-strats.zip install -Dm644 quick-strats.pck "$pkgdir"/usr/share/games/quick-strats/quick-strats.pck
install -Dm655 quick-strats.sh "$pkgdir"/usr/share/games/quick-strats/quick-strats.sh install -Dm655 quick-strats.sh "$pkgdir"/usr/share/games/quick-strats/quick-strats.sh
install -Dm655 quick-strats.desktop "$pkgdir"/usr/share/applications/quick-strats.desktop install -Dm655 quick-strats.desktop "$pkgdir"/usr/share/applications/quick-strats.desktop
} }
sha512sums=" sha512sums="
f2d469934a527fa83ebd77c74c7c76246e6325a802ac0e03226707f2546de56cdd1fae1087ab85625d9c18224d158448956d1a37c09c7834ead9200c7c0a2bca quick-strats-2024-03-17.zip e08908dc30e308653e760696f919d7e38dceb1eb7c21a6ecb6829a41cdebccb99d10a82aed82432509adca6f03acf99e9dc3f742e271a4cda410cbaf365e4432 quick-strats.zip
c7396f4121bb324ca927595095f044232332bad5e7839764eb4e7c96fa58c88be178d51f0730215de556d2b85ca65caaa90190cd698401c0c590849d0d02351d quick-strats.desktop c7396f4121bb324ca927595095f044232332bad5e7839764eb4e7c96fa58c88be178d51f0730215de556d2b85ca65caaa90190cd698401c0c590849d0d02351d quick-strats.desktop
b4a13a2465bae55606cf9dd8e843256706a3010de24407ac658ab99cc530af3c089026efdd0a9a1b2d53d9b90c2b6165ef67f9ec92370ebc9b48171917ea4327 quick-strats.sh 144f0655bb8035affd7e5a59b747f20906595874106aed0b68253483dbb7a6007744b616e06ad0bddb54a6c584acb9b86937f00fa7f684c2fb032352ae10c5a1 quick-strats.sh
" "

Binary file not shown.

View file

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
/usr/bin/godot-template-release --main-pack /usr/share/games/quick-strats/quick-strats.zip "$@" /usr/bin/godot-template-release --main-pack /usr/share/games/quick-strats/quick-strats.pck "$@"

BIN
quick-strats.zip Normal file

Binary file not shown.