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 VERSION variable on line containing "VERSION=THISBRANCH"
|
||||||
# [ ] Update the appdata.xml with the version number and notes
|
# [ ] Update the appdata.xml with the version number and notes
|
||||||
|
|
||||||
- name: version-initialization
|
- name: retrodeck-initialization
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
|
|
||||||
|
# VERSION INITIALIZATION
|
||||||
# on main please update this with the version variable, eg: VERSION=0.8.0b
|
# 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
|
# on cooker will be VERSION=cooker-0.9.0b for example
|
||||||
VERSION=cooker-0.9.0b
|
VERSION=cooker-0.9.0b
|
||||||
|
@ -90,17 +91,14 @@ modules:
|
||||||
echo $VERSION >> ${FLATPAK_DEST}/retrodeck/version
|
echo $VERSION >> ${FLATPAK_DEST}/retrodeck/version
|
||||||
cat ${FLATPAK_DEST}/retrodeck/version
|
cat ${FLATPAK_DEST}/retrodeck/version
|
||||||
echo "Version is $VERSION"
|
echo "Version is $VERSION"
|
||||||
|
|
||||||
|
# LBIMAN INSTALLATION
|
||||||
|
- install -Dm755 "automation_tools/libman.sh" "/app/bin/libman.sh"
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: THISREPO
|
url: THISREPO
|
||||||
branch: THISBRANCH
|
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
|
- name: xmlstarlet
|
||||||
config-opts:
|
config-opts:
|
||||||
- --disable-static-libs
|
- --disable-static-libs
|
||||||
|
|
Loading…
Reference in a new issue