@ElectronPie Thanks.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/eepers-git.git (read-only, click to copy) |
|---|---|
| Package Base: | eepers-git |
| Description: | Simple Turn-based Game |
| Upstream URL: | https://github.com/tsoding/eepers |
| Licenses: | MIT |
| Provides: | eepers |
| Submitter: | MikeWalrus |
| Maintainer: | MikeWalrus |
| Last Packager: | MikeWalrus |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-03-29 05:23 (UTC) |
| Last Updated: | 2024-04-20 02:07 (UTC) |
@ElectronPie Thanks.
With default $LDFLAGS value in /etc/makepkg.conf the build fails with the following: /usr/bin/ld: unrecognized option "--sort-common -Wl". I have tracked down the issue to the following line in the PKGBUILD: gnatmake $FLAGS -gnat2012 ../eepers.adb -largs "$LDFLAGS" -lraylib -lm -pthread. It boils down to the fact that $LDFLAGS is quoted. I suggest you unquote it since the package builds succesfully with the quotes removed.
@LainLayer You've probably modified your CFLAGS in /etc/makepkg.conf. I've updated the PKGBUILD to not use system CFLAGS. Also, this is a VCS package so pkgver will be autobumped.
Build fails with:
gnatmake: invalid switch: -w
Also the game is on v1.3 now