vorta/flatpak/dependencies/python3-appdirs.json

14 lines
502 B
JSON
Raw Normal View History

2019-05-04 08:53:49 +00:00
{
"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"
}
]
}