mirror of https://github.com/borgbase/vorta
14 lines
499 B
JSON
14 lines
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"
|
|
}
|
|
]
|
|
} |