vorta/flatpak/dependencies/python3-llfuse.json

16 lines
503 B
JSON
Raw Normal View History

2019-05-04 08:53:49 +00:00
{
"name": "python3-llfuse",
"buildsystem": "simple",
"build-commands": [
"python3 setup.py build_ext --inplace",
"python3 setup.py install --prefix=/app"
],
"sources": [
{
"type": "archive",
2022-01-26 14:42:31 +00:00
"url": "https://files.pythonhosted.org/packages/b1/d4/44443fbaac6d5b878da99e7c0948ee93c7934fa3b00e48c5363823b583d0/llfuse-1.4.1.tar.gz",
"sha256": "c29c79d96a5aeab51608cae12594a1bf83576d86232f97341c7f779d413a4ec9"
2019-05-04 08:53:49 +00:00
}
]
}