Package Details: minecraft-c 1.2-1

Git Clone URL: https://aur.archlinux.org/minecraft-c.git (read-only, click to copy)
Package Base: minecraft-c
Description: Minecraft Classic 0.0.30a reimplemented in C.
Upstream URL: https://github.com/johnpayne-dev/MinecraftC
Licenses: MIT
Submitter: ROllerozxa
Maintainer: ROllerozxa
Last Packager: ROllerozxa
Votes: 3
Popularity: 0.000000
First Submitted: 2021-08-18 10:56 (UTC)
Last Updated: 2022-09-06 17:59 (UTC)

Latest Comments

0ldude commented on 2022-08-25 20:30 (UTC) (edited on 2022-08-25 20:34 (UTC) by 0ldude)

please apply the following patch to clone the submodules in the upstream repo

--- PKGBUILD    2022-08-25 22:25:31.220878210 +0200
+++ editedPKGBUILD      2022-08-25 22:22:38.217041055 +0200
@@ -13,6 +13,11 @@
                "${pkgname}.png")
 md5sums=('SKIP' 'SKIP' 'SKIP')

+prepare() {
+        cd "$srcdir"/${pkgname}
+        git submodule update --init --recursive
+}
+
 build() {
        cd "${pkgname}"