mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Add recipes
This commit is contained in:
parent
dd83c1a374
commit
328386cf36
6
recipes/wip/fuse/e2fsprogs/recipe.toml
Normal file
6
recipes/wip/fuse/e2fsprogs/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO maybe wrong template
|
||||
# build instructions - https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/INSTALL
|
||||
[source]
|
||||
tar = "http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.47.1.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
10
recipes/wip/fuse/ifuse/recipe.toml
Normal file
10
recipes/wip/fuse/ifuse/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/libimobiledevice/ifuse/releases/download/1.1.4/ifuse-1.1.4.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
"libplist",
|
||||
"libimobiledevice",
|
||||
]
|
||||
9
recipes/wip/fuse/jmtpfs/recipe.toml
Normal file
9
recipes/wip/fuse/jmtpfs/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/JasonFerrara/jmtpfs"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libmtp",
|
||||
"libmagic",
|
||||
]
|
||||
11
recipes/wip/libs/mobile/libimobiledevice/recipe.toml
Normal file
11
recipes/wip/libs/mobile/libimobiledevice/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/libimobiledevice/libimobiledevice/releases/download/1.3.0/libimobiledevice-1.3.0.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libtatsu",
|
||||
"libplist",
|
||||
"libusbmuxd",
|
||||
"openssl1",
|
||||
]
|
||||
8
recipes/wip/libs/mobile/libusbmuxd/recipe.toml
Normal file
8
recipes/wip/libs/mobile/libusbmuxd/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/libimobiledevice/libusbmuxd/releases/download/2.1.0/libusbmuxd-2.1.0.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libplist",
|
||||
]
|
||||
11
recipes/wip/libs/other/libplist/recipe.toml
Normal file
11
recipes/wip/libs/other/libplist/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/libimobiledevice/libplist/releases/download/2.6.0/libplist-2.6.0.tar.bz2"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--without-cython
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
9
recipes/wip/libs/other/libtatsu/recipe.toml
Normal file
9
recipes/wip/libs/other/libtatsu/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/libimobiledevice/libtatsu/releases/download/1.0.3/libtatsu-1.0.3.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libplist",
|
||||
"curl",
|
||||
]
|
||||
5
recipes/wip/system/pik/recipe.toml
Normal file
5
recipes/wip/system/pik/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jacek-kurlit/pik"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user