1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-02-13 01:54:34 +00:00
vorta/flatpak/python3-appdirs.json
2019-05-05 16:26:28 +02:00

14 lines
No EOL
502 B
JSON

{
"name": "python3-appdirs",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} appdirs"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz",
"sha256": "9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92"
}
]
}