mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Add rclone binary
This commit is contained in:
parent
e92abb1c4f
commit
4e04e467e4
|
@ -192,6 +192,17 @@ modules:
|
||||||
url: https://github.com/CharlesThobe/chdman.git
|
url: https://github.com/CharlesThobe/chdman.git
|
||||||
commit: f7cadf1720cbeba8a14f2685830ff424a0c7f6cd
|
commit: f7cadf1720cbeba8a14f2685830ff424a0c7f6cd
|
||||||
|
|
||||||
|
- name: rclone
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- unzip rclone-current-linux-amd64.zip
|
||||||
|
- cd rclone-*-linux-amd64
|
||||||
|
- cp rclone ${FLATPAK_DEST}/bin/
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://github.com/rclone/rclone/releases/download/v1.61.1/rclone-v1.61.1-linux-amd64.zip
|
||||||
|
sha256: 6d6455e1cb69eb0615a52cc046a296395e44d50c0f32627ba8590c677ddf50a9
|
||||||
|
|
||||||
# ES-DE - START
|
# ES-DE - START
|
||||||
# https://gitlab.com/es-de/emulationstation-de
|
# https://gitlab.com/es-de/emulationstation-de
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue