1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-23 00:07:58 +00:00
vorta/flatpak/dependencies/python3-psutil.json
Hofer-Julian 308d193c43
Flatpak: Enable SSH and improvements to manifest and CONTRIBUTION
* Move dependencies to dedicated folder

* Enable SSH

* Improvements to manifest and CONTRIBUTION
2019-05-30 16:01:07 +02:00

14 lines
No EOL
499 B
JSON

{
"name": "python3-psutil",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} psutil"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/2f/b8/11ec5006d2ec2998cb68349b8d1317c24c284cf918ecd6729739388e4c56/psutil-5.6.1.tar.gz",
"sha256": "fa0a570e0a30b9dd618bffbece590ae15726b47f9f1eaf7518dfb35f4d7dcd21"
}
]
}