1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-23 08:17:08 +00:00
vorta/flatpak/dependencies/libfuse.json
Hofer-Julian 308d193c43
Flatpak: Enable SSH and improvements to manifest and CONTRIBUTION
* Move dependencies to dedicated folder

* Enable SSH

* Improvements to manifest and CONTRIBUTION
2019-05-30 16:01:07 +02:00

29 lines
838 B
JSON

{
"name" : "libfuse",
"config-opts" : [
"UDEV_RULES_PATH=/app/etc/udev/rules.d",
"INIT_D_PATH=/app/etc/init.d"
],
"post-install": [
"install -m a+rx fusermount-wrapper.sh /app/bin/fusermount"
],
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz",
"sha256" : "d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5"
},
{
"type" : "patch",
"path" : "fuse-2.9.2-namespace-conflict-fix.patch"
},
{
"type" : "patch",
"path" : "fuse-disable-sys-mount-under-flatpak.patch"
},
{
"type" : "file",
"path" : "fusermount-wrapper.sh"
}
]
}