mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
95a9744d1e
* Improve flatpak workflow Move from yaml to json in order to be supported by GNOME Builder Update dependencies * Simplify Flatpak install process Reduce the amount of commands to install the resources by using a single svg instead of pngs and using install instead of mdkir&cp * Remove unused flatpak dependencies * Update Flatpak dependencies
8 lines
No EOL
212 B
JSON
8 lines
No EOL
212 B
JSON
{
|
|
"name": "python3-dateutil",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} dateutil"
|
|
],
|
|
"sources": []
|
|
} |