mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
15 lines
503 B
JSON
15 lines
503 B
JSON
{
|
|
"name": "python3-llfuse",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"python3 setup.py build_ext --inplace",
|
|
"python3 setup.py install --prefix=/app"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://files.pythonhosted.org/packages/b1/d4/44443fbaac6d5b878da99e7c0948ee93c7934fa3b00e48c5363823b583d0/llfuse-1.4.1.tar.gz",
|
|
"sha256": "c29c79d96a5aeab51608cae12594a1bf83576d86232f97341c7f779d413a4ec9"
|
|
}
|
|
]
|
|
}
|