Skip to content

Commit

Permalink
Add libfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 committed Sep 9, 2023
1 parent a2f7262 commit 5a10278
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions io.kopia.KopiaUI.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"--own-name=org.kde.*"
],
"modules": [
"libfuse.json",
"host-command-wrapper.json",
{
"name": "kopia-ui",
Expand Down
26 changes: 26 additions & 0 deletions libfuse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "libfuse",
"buildsystem": "meson",
"config-opts": [
"-Dexamples=false",
"-Duseroot=false",
"-Dtests=false",
"-Dudevrulesdir=/tmp/",
"-Dinitscriptdir="
],
"sources": [
{
"type": "archive",
"url": "https://github.com/libfuse/libfuse/releases/download/fuse-3.16.1/fuse-3.16.1.tar.gz",
"sha256": "75a7140ce2d4589eda2784d2279be9d2b273a9b6b0f79ecb871dc4dded046fb5",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/libfuse/libfuse/releases/latest",
"tag-query": ".tag_name",
"version-query": "$tag | sub(\"^fuse-\"; \"\")",
"timestamp-query": ".published_at",
"url-query": ".assets[] | select(.name==\"fuse-\" + $version + \".tar.gz\") | .browser_download_url"
}
}
]
}

0 comments on commit 5a10278

Please sign in to comment.