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
69 results
Show changes
Showing
with 156 additions and 0 deletions
#TODO missing script for Meson
[source]
tar = "https://download.gnome.org/sources/gtk-doc/1.33/gtk-doc-1.33.2.tar.xz"
[build]
template = "custom"
#TODO promote
[source]
git = "https://github.com/rust-lang/mdBook"
[build]
template = "cargo"
#TODO compiled but not tested
[source]
git = "https://github.com/redhat-documentation/newdoc"
[build]
template = "cargo"
#TODO missing script for installation, see https://github.com/mquinson/po4a#installation
[source]
tar = "https://github.com/mquinson/po4a/releases/download/v0.69/po4a-0.69.tar.gz"
[build]
template = "custom"
#TODO require a patch to update the ring crate
[source]
git = "https://github.com/jamestthompson3/tendril-wiki"
[build]
template = "custom"
script = """
cookbook_cargo_packages tendril@1.0.10
"""
#TODO Compilation error
[source]
tar = "https://ftp.gnu.org/gnu/texinfo/texinfo-7.0.3.tar.xz"
[build]
template = "configure"
#TODO not compiled or tested
[source]
git = "https://github.com/dwmkerr/hacker-laws"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hacker-laws
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/hacker-laws
"""
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/rust-lang/rustlings"
[build]
template = "cargo"
#TODO not compiled or tested
[source]
git = "https://github.com/Kkobarii/Rusty-Tape"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/rusty-tape
cp -rv "${COOKBOOK_SOURCE}"/data/* "${COOKBOOK_STAGE}"/usr/share/rusty-tape
cookbook_cargo
"""
#TODO not compiled or tested
[source]
git = "https://github.com/ArchUsr64/6502_emulator"
[build]
template = "cargo"
#TODO compiled but not tested
[source]
git = "https://github.com/YJDoc2/8086-Emulator"
[build]
template = "cargo"
#TODO users crate error
[source]
git = "https://github.com/insou22/mipsy"
[build]
template = "custom"
script = """
cookbook_cargo_packages mipsy
"""
#TODO Not compiled or tested
[source]
git = "https://github.com/rustzx/rustzx"
[build]
template = "custom"
dependencies = [
"sdl2",
]
script = """
cookbook_cargo_packages rustzx
"""
#TODO compiled but not tested
[source]
git = "https://github.com/d0iasm/rvemu"
[build]
template = "custom"
script = """
cookbook_cargo_packages rvemu-cli
"""
#TODO compiled but not tested
[source]
git = "https://github.com/sha0coder/scemu"
[build]
template = "cargo"
#TODO maybe incomplete script, read https://github.com/unicorn-engine/unicorn/blob/master/docs/COMPILE.md
[source]
git = "https://github.com/unicorn-engine/unicorn"
rev = "e9c1c17f6df8f8f5da85ee80ad527452db5870ce"
[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 missing script for "make", see https://github.com/finalburnneo/FBNeo/blob/master/README-SDL.md#sdl2
[source]
git = "https://github.com/finalburnneo/FBNeo"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-image",
]
#TODO missing script for "make", see https://docs.mamedev.org/initialsetup/compilingmame.html
#TODO make qt5 work
[source]
git = "https://github.com/mamedev/mame"
rev = "ca50094e8d5467aed7a18c718cdff8903e1bfe27"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-ttf",
"fontconfig",
"qt5-base",
"qt5-tools",
]
#TODO the webbrowser crate needs to be ported
[source]
git = "https://github.com/RIP-Comm/clementine"
[build]
template = "cargo"
#TODO Not compiled or tested
[source]
git = "https://github.com/joamag/boytacean"
[build]
template = "cargo"
dependencies = [
"sdl2",
]