mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-13 07:11:22 +00:00
By default we build the stable variant but provide a user-editable list of packages which will be built at the latest variant instead. Rename chocolate-doom-git package to chocolate-doom and have it use the latest variant for the current Git build.
5 lines
228 B
Bash
5 lines
228 B
Bash
description "Conservative, historically-accurate Doom source port"
|
|
dependencies SDL2 SDL2_mixer SDL2_net SDL2_image
|
|
variant latest fetch_git \
|
|
https://github.com/chocolate-doom/chocolate-doom.git sdl2-branch
|
|
build_autotools
|