Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • fabiao/cookbook
  • redox-os/cookbook
  • stratact/cookbook
  • carrot93/cookbook
  • microcolonel/cookbook
  • feliwir/cookbook
  • xTibor/cookbook
  • jD91mZM2/cookbook
  • mpajkowski/cookbook
  • rw_van/cookbook
  • athei/cookbook
  • kblobr/cookbook
  • VitalyAnkh/cookbook
  • sajattack/cookbook
  • sainath14/cookbook
  • ackxolotl/cookbook
  • AdminXVII/cookbook
  • coolreader18/cookbook
  • deepaksirone/cookbook
  • smckay/cookbook
  • 4lDO2/cookbook
  • tomasritter/cookbook
  • alfredoyang/cookbook
  • samuela/cookbook
  • andrewdavidmackenzie/cookbook
  • uuuvn/cookbook
  • josh_williams/cookbook
  • bjorn3/cookbook
  • ids1024/cookbook
  • Chocimier/cookbook
  • bpisch/cookbook
  • willnode/cookbook
  • grnmeira/cookbook
  • andrey.turkin/cookbook
  • cameronbraid/cookbook
  • kamirr/cookbook
  • freewilll/cookbook
  • kivimango/cookbook
  • rukai/cookbook
  • mattmadeofpasta/cookbook
  • jordan_mccallum/cookbook
  • dahc/cookbook
  • Forest0923/cookbook
  • LLeny/cookbook
  • doriancodes/cookbook
  • ashton/cookbook
  • gmacd/cookbook
  • mojo/cookbook
  • wt/cookbook
  • red15/cookbook
  • hasheddan/cookbook
  • dimymark/cookbook
  • andypython/cookbook
  • enygmator/cookbook
  • Ivan/cookbook
  • argslc/cookbook
  • adi-g15/cookbook
  • tfinnegan937/cookbook
  • raffaeleragni/cookbook
  • Lekkit/cookbook
  • bitstr0m/cookbook
  • josh/cookbook
  • zhaozhao/cookbook
  • blueskyson/cookbook
  • Xunjin/cookbook
  • StaringAtEditor/cookbook
  • monk_programmer/cookbook
  • DimitarGj/cookbook
  • njskalski/cookbook
  • DLC/cookbook
70 results
Select Git revision
Show changes
Showing
with 185 additions and 0 deletions
#TODO compiled but not tested
[source]
git = "https://github.com/panamax-rs/panamax"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
#TODO compiled but not tested
[source]
git = "https://github.com/kyren/piccolo"
[build]
template = "custom"
script = """
cookbook_cargo_examples interpreter
"""
#TODO fs4 crate error (after cargo update)
[source]
git = "https://github.com/prefix-dev/pixi"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
#TODO compiled but not tested
[source]
git = "https://github.com/houseabsolute/precious"
[build]
template = "cargo"
#TODO maybe missing dependencies
[source]
git = "https://github.com/probe-rs/probe-rs"
[build]
template = "custom"
dependencies = [
"libudev",
]
script = """
cookbook_cargo --features cli
"""
#TODO fs_at crate error
[source]
git = "https://github.com/sigoden/projclean"
[build]
template = "cargo"
#TODO missing script for "make", see https://github.com/charmplusplus/projections#compiling-projections
[source]
git = "https://github.com/charmplusplus/projections"
rev = "831b63af68f325c64dac307d9d2b5b07d9a21caa"
[build]
template = "custom"
#TODO maybe incomplete script, see https://github.com/protocolbuffers/protobuf/blob/main/cmake/README.md
[source]
tar = "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protobuf-25.1.tar.gz"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""
#TODO compiled but not tested
[source]
git = "https://github.com/coralogix/protofetch"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
#TODO compiled but not tested
[source]
git = "https://github.com/pxp-lang/pxp"
[build]
template = "custom"
script = """
cookbook_cargo_packages pxp-tools
"""
#TODO missing script for "make", see https://c9x.me/git/qbe.git/tree/README#n13
[source]
tar = "https://c9x.me/compile/release/qbe-1.1.tar.xz"
[build]
template = "custom"
#TODO async-io and rustix crates error
[source]
git = "https://github.com/LuchoBazz/quicktest"
[build]
template = "cargo"
#TODO libc error
[source]
git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
[build]
template = "custom"
script = """
cookbook_cargo_packages radicle-cli radicle-node radicle-remote-helper
"""
#TODO missing colm directory on the GNU Autotools flag
[source]
tar = "https://www.colm.net/files/ragel/ragel-6.10.tar.gz"
[build]
template = "custom"
dependencies = [
"colm",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--with-colm=
)
cookbook_configure
"""
#TODO openssl error
[source]
git = "https://github.com/prefix-dev/rattler-build"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
#TODO compiled but not tested
[source]
git = "https://github.com/sgayou/rbasefind"
[build]
template = "cargo"
#TODO Missing script for "make", see https://redict.io/docs/install/#installing-from-source
[source]
git = "https://codeberg.org/redict/redict"
rev = "5684cdbd9f2aefb494dfb346292d4322319d236b"
[build]
template = "custom"
#TODO Missing script for "make", see https://redis.io/docs/install/install-redis/install-redis-from-source/
[source]
git = "https://github.com/redis/redis"
rev = "7f4bae817614988c43c3024402d16edcbf3b3277"
[build]
template = "custom"
#TODO openssl-sys crate error
[source]
git = "https://github.com/MarcoIeni/release-plz"
rev = "68baf26d77a887c3ad90e4ad75ce77d9788f2442"
[build]
dependencies = [
"openssl1",
]
template = "custom"
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo_packages release-plz
"""
#TODO probably wrong script, see https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING/Compiling.md#linux
[source]
git = "https://github.com/baldurk/renderdoc"
rev = "5f95fb95a2a225a092372e7bd0bfd2073525d3ac"
[build]
template = "custom"
dependencies = [
"libxcb",
"mesa",
"qt5-base",
"pcre",
]
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""