Remove deprecated chdman tool in favor of MAME compiled one

This commit is contained in:
icenine451 2024-03-19 15:09:18 -04:00
parent fc6ebecf79
commit 788cfccf41

View file

@ -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