Add recipes

This commit is contained in:
Ribbon 2025-10-30 03:44:23 -03:00
parent 8fb25572ae
commit 38d7f59454
10 changed files with 98 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/cybernoid/archivemount"
rev = "78c306538065de9b14f48cfc2024f50f843d3b29"
[build]
template = "configure"
dependencies = [
"libfuse2",
"libarchive",
]

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
# build instructions: https://github.com/nschlia/ffmpegfs/blob/master/INSTALL.md#building-ffmpegfs-yourself
[source]
tar = "https://github.com/nschlia/ffmpegfs/releases/download/v2.17/ffmpegfs-2.17.tar.gz"
[build]
template = "configure"
dependencies = [
"libfuse3",
"sqlite3",
"ffmpeg6",
]

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://github.com/sahlberg/fuse-nfs"
rev = "75827244f1615be20da880cbc68665416131088d"
script = "./setup.sh"
[build]
template = "configure"
dependencies = [
"libfuse3",
"libnfs",
]

View File

@ -0,0 +1,10 @@
#TODO missing script for gnu make: https://bitbucket.org/agalanin/fuse-zip/src/master/INSTALL
[source]
git = "https://bitbucket.org/agalanin/fuse-zip"
rev = "0.7.2"
[build]
template = "custom"
dependencies = [
"libfuse2",
"libzip",
]

View File

@ -0,0 +1,9 @@
#TODO missing script for compilation: https://github.com/dsrhaslab/lazyfs#installation
[source]
git = "https://github.com/dsrhaslab/lazyfs"
rev = "0.3.0"
[build]
template = "custom"
dependencies = [
"libfuse3",
]

View File

@ -0,0 +1,9 @@
#TODO missing script for gnu make
[source]
git = "https://github.com/littlefs-project/littlefs-fuse"
rev = "v2.7.14"
[build]
template = "custom"
dependencies = [
"libfuse3",
]

View File

@ -0,0 +1,12 @@
#TODO missing script for gnu make
# build instructions: https://github.com/rflament/loggedfs#installation-from-source
[source]
git = "https://github.com/rflament/loggedfs"
rev = "82aba9a93489797026ad1a37b637823ece4a7093"
[build]
template = "custom"
dependencies = [
"libfuse3",
"pcre2",
"libxml2",
]

View File

@ -0,0 +1,12 @@
#TODO missing script for gnu make: https://github.com/google/mount-zip/blob/main/INSTALL.md
[source]
git = "https://github.com/google/mount-zip"
rev = "v1.10"
[build]
template = "custom"
dependencies = [
"libfuse3",
"libzip",
"libicu",
"boost",
]

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ligurio/unreliablefs"
rev = "fa432252c117e82a0a36343895936f4fae246b56"
[build]
template = "cmake"
dependencies = [
"libfuse3",
]

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/mahlquistj/octotype"
[build]
template = "cargo"