mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Remove deprecated chdman tool in favor of MAME compiled one
This commit is contained in:
parent
fc6ebecf79
commit
788cfccf41
|
@ -165,16 +165,19 @@ modules:
|
|||
url: https://ftp.osuosl.org/pub/blfs/conglomeration/libgudev/libgudev-237.tar.xz
|
||||
sha256: 0d06b21170d20c93e4f0534dbb9b0a8b4f1119ffb00b4031aaeb5b9148b686aa
|
||||
|
||||
- name: chdman-tool
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- cmake -B . -G Ninja
|
||||
- cmake --build .
|
||||
- cp chdman /app/bin
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/CharlesThobe/chdman.git
|
||||
commit: f7cadf1720cbeba8a14f2685830ff424a0c7f6cd
|
||||
# #
|
||||
# DEPRECATED IN FAVOR OF COMPILED MAME TOOL #
|
||||
# #
|
||||
# - name: chdman-tool
|
||||
# buildsystem: simple
|
||||
# build-commands:
|
||||
# - cmake -B . -G Ninja
|
||||
# - cmake --build .
|
||||
# - cp chdman /app/bin
|
||||
# sources:
|
||||
# - type: git
|
||||
# url: https://github.com/CharlesThobe/chdman.git
|
||||
# commit: f7cadf1720cbeba8a14f2685830ff424a0c7f6cd
|
||||
|
||||
- name: rclone
|
||||
buildsystem: simple
|
||||
|
|
Loading…
Reference in a new issue