Game uses godot 3. Here patch for godot3-bin
:
diff --git a/PKGBUILD b/PKGBUILD
index 6a1d9c6..cb18d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc='An interactive Git learning game!'
arch=(x86_64)
url='https://ohmygit.org/'
license=(custom)
-makedepends=(godot zip)
-godotver=$(godot --version | cut -d'.' -f1-3)
+makedepends=(godot3-bin zip)
+godotver=$(godot3-bin --version | cut -d'.' -f1-3)
source=("${pkgname}::git+https://github.com/git-learning-game/oh-my-git.git"
"https://downloads.tuxfamily.org/godotengine/${godotver}/Godot_v${godotver}-stable_export_templates.tpz"
oh-my-git
@@ -33,6 +33,7 @@ build() {
cp linux_x11_64* $HOME/.local/share/godot/templates/${godotver}.stable
cd ../"${pkgname}"
+ sed -i "s/godot /godot3-bin /g" Makefile
make linux
}
Or, probably, binary package would be preferable.
Pinned Comments
Felixoid commented on 2024-09-11 06:14 (UTC)
This package neither provides nor conflicts with https://aur.archlinux.org/packages/oh-my-git. It's a completely different package