mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add recipes
This commit is contained in:
parent
328386cf36
commit
85f2763d63
8
recipes/wip/fuse/exfat-fuse/recipe.toml
Normal file
8
recipes/wip/fuse/exfat-fuse/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/relan/exfat/releases/download/v1.4.0/fuse-exfat-1.4.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
]
|
||||
8
recipes/wip/fuse/hfsfuse/recipe.toml
Normal file
8
recipes/wip/fuse/hfsfuse/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO missing script for gnu make, see https://github.com/0x09/hfsfuse#building
|
||||
[source]
|
||||
tar = "https://github.com/0x09/hfsfuse/releases/download/0.242/hfsfuse-0.242.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
]
|
||||
14
recipes/wip/fuse/httpdirfs/recipe.toml
Normal file
14
recipes/wip/fuse/httpdirfs/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO missing script for meson, see https://github.com/fangfufu/httpdirfs#compilation
|
||||
[source]
|
||||
git = "https://github.com/fangfufu/httpdirfs"
|
||||
rev = "d91bb2b2789be8a0f72c7baddac63ffb78299ad9"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
"openssl1",
|
||||
"curl",
|
||||
"expat",
|
||||
"libuuid",
|
||||
"libgumbo",
|
||||
]
|
||||
@ -1,9 +0,0 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/JasonFerrara/jmtpfs"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libmtp",
|
||||
"libmagic",
|
||||
]
|
||||
15
recipes/wip/fuse/simple-mtpfs/recipe.toml
Normal file
15
recipes/wip/fuse/simple-mtpfs/recipe.toml
Normal file
@ -0,0 +1,15 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions - https://github.com/phatina/simple-mtpfs/blob/master/INSTALL
|
||||
[source]
|
||||
git = "https://github.com/phatina/simple-mtpfs"
|
||||
rev = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
"libmtp",
|
||||
]
|
||||
script = """
|
||||
./autogen.sh
|
||||
cookbook_configure
|
||||
"""
|
||||
12
recipes/wip/fuse/squashfuse/recipe.toml
Normal file
12
recipes/wip/fuse/squashfuse/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://github.com/vasi/squashfuse/releases/download/0.5.2/squashfuse-0.5.2.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
"zlib",
|
||||
"liblzma",
|
||||
"lz4",
|
||||
"zstd",
|
||||
]
|
||||
10
recipes/wip/libs/other/libgumbo/recipe.toml
Normal file
10
recipes/wip/libs/other/libgumbo/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://codeberg.org/gumbo-parser/gumbo-parser"
|
||||
rev = "23af2f7c5a9da7e7ea42fcc2c573df52e4a3a5be"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
./autogen.sh
|
||||
cookbook_configure
|
||||
"""
|
||||
8
recipes/wip/libs/other/libmtp/recipe.toml
Normal file
8
recipes/wip/libs/other/libmtp/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://sourceforge.net/projects/libmtp/files/libmtp/1.1.21/libmtp-1.1.21.tar.gz/download"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libusb",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user