vorta/flatpak/dependencies/python3-psutil.json

14 lines
499 B
JSON
Raw Normal View History

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