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

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
Show changes
Showing
with 161 additions and 0 deletions
#TODO webbrowser crate error
[source]
git = "https://github.com/ergrelet/resym"
[build]
template = "custom"
script = """
cookbook_cargo_packages resym resymc
"""
#TODO compilation error
[source]
git = "https://github.com/w4/rgit"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/nakabonne/rhack"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/sslab-gatech/Rudra"
[build]
template = "cargo"
#TODO promote
[source]
git = "https://github.com/thomaschaplin/rust-counter-strings"
[build]
template = "cargo"
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/microsoft/rusty-radamsa"
[build]
template = "cargo"
#TODO Probably wrong script, see https://github.com/google/shaderc#getting-and-building-shaderc
[source]
git = "https://github.com/google/shaderc"
rev = "3882b16417077aa8eaa7b5775920e7ba4b8a224d"
[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 not compiled or tested
[source]
git = "https://github.com/Aloxaf/silicon"
[build]
template = "cargo"
#TODO probably wrong script, see https://github.com/google/souper#building-souper
[source]
git = "https://github.com/google/souper"
[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 rustyline crate error
[source]
git = "https://github.com/mattwparas/steel"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
#TODO compiled but not tested
[source]
git = "https://github.com/stacked-git/stgit"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
#TODO compiled but not tested
[source]
git = "https://github.com/makepad/stitch"
[build]
template = "cargo"
#TODO compiled but not tested
[source]
git = "https://github.com/rust-embedded/svd2rust"
[build]
template = "cargo"
#TODO missing pcre2.h
[source]
tar = "https://download.savannah.gnu.org/releases/freetype/freetype-2.9.1.tar.gz"
tar = "http://prdownloads.sourceforge.net/swig/swig-4.1.1.tar.gz"
[build]
template = "configure"
dependencies = [
"libpng",
"zlib"
"pcre",
]
#TODO maybe wrong template, see https://www.tcl.tk/doc/howto/compile.html#unix
[source]
tar = "http://prdownloads.sourceforge.net/tcl/tcl8.6.13-src.tar.gz"
[build]
template = "custom"
script = """
cd unix
cookbook_configure
"""
\ No newline at end of file
#TODO maybe wrong template, see https://www.tcl.tk/doc/howto/compile.html#unix
[source]
tar = "http://prdownloads.sourceforge.net/tcl/tk8.6.13-src.tar.gz"
[build]
template = "custom"
script = """
cd unix
cookbook_configure
"""
#TODO missing script for building, see https://github.com/Tencent/TNN/blob/master/doc/en/user/compile_en.md#iv-compilex86-linux
[source]
git = "https://github.com/Tencent/TNN"
rev = "491dfc8653e200b5e8a428069638e191662a0882"
[build]
template = "custom"
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/tokio-rs/console"
[build]
template = "custom"
script = """
cookbook_cargo_packages tokio-console
"""
#TODO update mio to 0.8 (after cargo update)
[source]
git = "https://github.com/alexhallam/tv"
[build]
template = "cargo"
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/rustwasm/twiggy"
[build]
template = "custom"
script = """
cookbook_cargo_packages twiggy
"""