Package Details: doomretro-git 5.6.1.r18.ga33b7d9c1-1

Git Clone URL: https://aur.archlinux.org/doomretro-git.git (read-only, click to copy)
Package Base: doomretro-git
Description: The classic, refined DOOM source port (git version)
Upstream URL: http://doomretro.com
Licenses: GPL-3.0-or-later
Conflicts: doomretro
Provides: doomretro
Submitter: Kaan
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 3
Popularity: 0.021762
First Submitted: 2017-06-20 08:18 (UTC)
Last Updated: 2025-01-11 11:56 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

grawlinson commented on 2020-05-30 08:38 (UTC)

VCS packages don't need to be updated every time there is a change upstream.

<deleted-account> commented on 2016-11-20 00:21 (UTC)

The PKGBUILD installs to /usr/local instead of /usr. You schould add -DCMAKE_INSTALL_PREFIX=/usr I've made an updated version of you PKGBUILD that matches the Arch packaging standards. http://pastebin.com/ikYnSB40 - install to /usr - use 'git describe --long --tags' in the pkgver() function - don't use application name in pkgdesc Aslo added conflicts=('doomretro') and provides=('doomretro') Please consider applying the changes. At least -DCMAKE_INSTALL_PREFIX=/usr should really be added.