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

View file

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

Binary file not shown.

BIN
quick-strats.pck Normal file

Binary file not shown.

View file

@ -1,2 +1,2 @@
#!/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 "$@"