1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-02-13 10:04:37 +00:00
vorta/flatpak/python3-qdarkstyle.json

14 lines
511 B
JSON
Raw Normal View History

2019-05-04 08:53:49 +00:00
{
"name": "python3-qdarkstyle",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} qdarkstyle"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/ce/76/bfb8e53e53c11432390fab04976791741dd5434c78fb6f862b27beb21ac6/QDarkStyle-2.6.5.tar.gz",
"sha256": "96b14cd0440a0f73db4e14c5accdaa08072625d0395ae011d444508cbd73eb9e"
}
]
}