Skip to content
Snippets Groups Projects
Verified Commit 8913b772 authored by Jeremy Soller's avatar Jeremy Soller
Browse files
parents 48bd7980 85f2763d
No related branches found
No related tags found
No related merge requests found
Showing
with 135 additions and 0 deletions
#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/relan/exfat/releases/download/v1.4.0/fuse-exfat-1.4.0.tar.gz"
[build]
template = "configure"
dependencies = [
"libfuse3",
]
#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",
]
#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",
]
#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
# 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
"""
#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",
]
#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]
git = "https://codeberg.org/gumbo-parser/gumbo-parser"
rev = "23af2f7c5a9da7e7ea42fcc2c573df52e4a3a5be"
[build]
template = "custom"
script = """
./autogen.sh
cookbook_configure
"""
#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",
]
#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