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/1c/ca/5b8c1fe032a458c2c4bcbe509d1401dca9dda35c7fc46b36bb81c2834740/psutil-5.6.3.tar.gz",
|
|
"sha256": "863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3"
|
|
}
|
|
]
|
|
} |