Skip to content
Snippets Groups Projects
Commit 328386cf authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent dd83c1a3
No related branches found
No related tags found
No related merge requests found
#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"
#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",
]
#TODO not compiled or tested
[source]
git = "https://github.com/JasonFerrara/jmtpfs"
[build]
template = "configure"
dependencies = [
"libmtp",
"libmagic",
]
#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",
]
#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",
]
#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
"""
#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",
]
#TODO not compiled or tested
[source]
git = "https://github.com/jacek-kurlit/pik"
[build]
template = "cargo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment