66 lines
1.8 KiB
Text
66 lines
1.8 KiB
Text
# Contributor: magmaus3 <magmaus3@disroot.org>
|
|
# Maintainer: magmaus3 <magmaus3@disroot.org>
|
|
pkgname=quick-strats-mobile
|
|
pkgver=1
|
|
pkgrel=0
|
|
pkgdesc="godot game"
|
|
url="https://magmaus3.eu.org"
|
|
arch="aarch64 x86_64"
|
|
license="GPL"
|
|
depends="godot-templates"
|
|
makedepends=""
|
|
checkdepends=""
|
|
install=""
|
|
# no checks, so i wont exec em
|
|
options="!check"
|
|
source="
|
|
quick-strats.pck
|
|
quick-strats.desktop
|
|
quick-strats.sh
|
|
"
|
|
builddir="$srcdir/"
|
|
|
|
unpack() {
|
|
# don't unpack anything
|
|
return 0
|
|
}
|
|
|
|
prepare() {
|
|
default_prepare
|
|
# this function can be omitted if no extra steps are needed
|
|
}
|
|
|
|
build() {
|
|
# Replace with proper build command(s)
|
|
# todo
|
|
mkdir -p "$pkgdir"
|
|
return 0
|
|
}
|
|
|
|
check() {
|
|
# Replace with proper check command(s)
|
|
# todo (i think)
|
|
true
|
|
}
|
|
|
|
package() {
|
|
# Replace with proper package command(s)
|
|
mkdir -p "$pkgdir"
|
|
mkdir -p "$pkgdir"/usr/share/games/quick-strats
|
|
mkdir -p "$pkgdir"/usr/share/applications/
|
|
mkdir -p "$pkgdir"/usr/bin/
|
|
cd "$srcdir"
|
|
ls
|
|
chmod +x quick-strats.sh
|
|
chmod +x quick-strats.desktop
|
|
|
|
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="
|
|
a361c02d200ea5e0b138aa4e1ae807ba963c7dffd8e0385c93266e6090aef1ab2eb186258bf6763ba85a335a6b1350ab7c5eae7a3615b90c246fa327ac44967a quick-strats.pck
|
|
c7396f4121bb324ca927595095f044232332bad5e7839764eb4e7c96fa58c88be178d51f0730215de556d2b85ca65caaa90190cd698401c0c590849d0d02351d quick-strats.desktop
|
|
144f0655bb8035affd7e5a59b747f20906595874106aed0b68253483dbb7a6007744b616e06ad0bddb54a6c584acb9b86937f00fa7f684c2fb032352ae10c5a1 quick-strats.sh
|
|
"
|