mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
LIBMAN: simplified installation
This commit is contained in:
parent
eff954fc62
commit
7c54399f16
|
@ -72,11 +72,12 @@ modules:
|
|||
# [ ] Update the VERSION variable on line containing "VERSION=THISBRANCH"
|
||||
# [ ] Update the appdata.xml with the version number and notes
|
||||
|
||||
- name: version-initialization
|
||||
- name: retrodeck-initialization
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- |
|
||||
|
||||
# VERSION INITIALIZATION
|
||||
# on main please update this with the version variable, eg: VERSION=0.8.0b
|
||||
# on cooker will be VERSION=cooker-0.9.0b for example
|
||||
VERSION=cooker-0.9.0b
|
||||
|
@ -90,17 +91,14 @@ modules:
|
|||
echo $VERSION >> ${FLATPAK_DEST}/retrodeck/version
|
||||
cat ${FLATPAK_DEST}/retrodeck/version
|
||||
echo "Version is $VERSION"
|
||||
|
||||
# LBIMAN INSTALLATION
|
||||
- install -Dm755 "automation_tools/libman.sh" "/app/bin/libman.sh"
|
||||
sources:
|
||||
- type: git
|
||||
url: THISREPO
|
||||
branch: THISBRANCH
|
||||
|
||||
# libman (as in Library Manager) is a module that allows to copy library files from the various modules to the retrodeck library folder
|
||||
- name: libman
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- install -Dm755 "automation_tools/libman.sh" "/app/bin/libman.sh"
|
||||
|
||||
- name: xmlstarlet
|
||||
config-opts:
|
||||
- --disable-static-libs
|
||||
|
|
Loading…
Reference in a new issue