mirror of https://github.com/borgbase/vorta
14 lines
521 B
JSON
14 lines
521 B
JSON
|
{
|
||
|
"name": "python3-setuptools_git",
|
||
|
"buildsystem": "simple",
|
||
|
"build-commands": [
|
||
|
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} setuptools_git"
|
||
|
],
|
||
|
"sources": [
|
||
|
{
|
||
|
"type": "file",
|
||
|
"url": "https://files.pythonhosted.org/packages/d9/c5/396c2c06cc89d4ce2d8ccf1d7e6cf31b33d4466a7c65a67a992adb3c6f29/setuptools-git-1.2.tar.gz",
|
||
|
"sha256": "ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445"
|
||
|
}
|
||
|
]
|
||
|
}
|