vorta/flatpak/dependencies/python3-borgbackup.json

15 lines
531 B
JSON

{
"name": "python3-borgbackup",
"buildsystem": "simple",
"build-commands": [
"pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} borgbackup"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/97/68/27d96a12f54894223ad6676ce4d215ad61771e3e723580f3ee6e609e17b7/borgbackup-1.1.13.tar.gz",
"sha256": "164a8666a61071ce2fa6c60627c7646f12e3a8e74cd38f046be72f5ea91b3821"
}
]
}