mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Add recipes
This commit is contained in:
parent
8fb25572ae
commit
38d7f59454
10
recipes/wip/fuse/archivemount/recipe.toml
Normal file
10
recipes/wip/fuse/archivemount/recipe.toml
Normal 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",
|
||||
]
|
||||
11
recipes/wip/fuse/ffmpegfs/recipe.toml
Normal file
11
recipes/wip/fuse/ffmpegfs/recipe.toml
Normal 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",
|
||||
]
|
||||
11
recipes/wip/fuse/fuse-nfs/recipe.toml
Normal file
11
recipes/wip/fuse/fuse-nfs/recipe.toml
Normal 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",
|
||||
]
|
||||
10
recipes/wip/fuse/fuse-zip/recipe.toml
Normal file
10
recipes/wip/fuse/fuse-zip/recipe.toml
Normal 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",
|
||||
]
|
||||
9
recipes/wip/fuse/lazyfs/recipe.toml
Normal file
9
recipes/wip/fuse/lazyfs/recipe.toml
Normal 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",
|
||||
]
|
||||
9
recipes/wip/fuse/littlefs/recipe.toml
Normal file
9
recipes/wip/fuse/littlefs/recipe.toml
Normal 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",
|
||||
]
|
||||
12
recipes/wip/fuse/loggedfs/recipe.toml
Normal file
12
recipes/wip/fuse/loggedfs/recipe.toml
Normal 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",
|
||||
]
|
||||
12
recipes/wip/fuse/mount-zip/recipe.toml
Normal file
12
recipes/wip/fuse/mount-zip/recipe.toml
Normal 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",
|
||||
]
|
||||
9
recipes/wip/fuse/unreliablefs/recipe.toml
Normal file
9
recipes/wip/fuse/unreliablefs/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ligurio/unreliablefs"
|
||||
rev = "fa432252c117e82a0a36343895936f4fae246b56"
|
||||
[build]
|
||||
template = "cmake"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
]
|
||||
5
recipes/wip/text/octotype/recipe.toml
Normal file
5
recipes/wip/text/octotype/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mahlquistj/octotype"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user