Package Details: revc-git 1.0.r870.ga16fcd8-1

Git Clone URL: https://aur.archlinux.org/revc-git.git (read-only, click to copy)
Package Base: revc-git
Description: Grand Theft Auto: Vice City reverse engineered
Upstream URL: https://github.com/halpz/re3/tree/miami
Keywords: gta
Licenses: custom:none
Submitter: pac85
Maintainer: eugene
Last Packager: eugene
Votes: 8
Popularity: 0.002926
First Submitted: 2021-02-14 17:01 (UTC)
Last Updated: 2025-05-05 12:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

loathingkernel commented on 2021-02-16 17:40 (UTC) (edited on 2021-02-16 17:51 (UTC) by loathingkernel)

Your prepare() is wrong. Don't pull git modules in prepare, do it using the source array and then sync them from the srcdir. Also don't checkout branches in there. Use the sources arrays again for that. And another thing, premake is available in the arch repos.

https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_submodules

https://man.archlinux.org/man/PKGBUILD.5#USING_VCS_SOURCES

PedroHLC commented on 2021-02-15 15:55 (UTC)

Please, add the same dependencies as "re3-git"

depends=('openal' 'glew' 'glfw' 'libsndfile' 'mpg123')
makedepends=('git' 'cmake')

I build all packages in a clean-chroot (I'm not alone), and without explicitly listing the deps in PKGBUILD it won't work...