Skip to content
Snippets Groups Projects
Verified Commit 5ee7d682 authored by Jeremy Soller's avatar Jeremy Soller
Browse files
parent e6a2263a
No related branches found
No related tags found
No related merge requests found
Showing
with 54 additions and 36 deletions
GIT=https://gitlab.redox-os.org/redox-os/binutils.git
[source]
git = "https://gitlab.redox-os.org/redox-os/binutils.git"
[build]
template = "cargo"
[source]
git = "https://github.com/sharkdp/fd.git"
rev = "840a565d3aadbeb303b10a01c0aa3561924dfc46"
[build]
template = "cargo"
GIT=https://github.com/jackpot51/friar.git
[source]
git = "https://github.com/jackpot51/friar.git"
[build]
template = "cargo"
GIT=https://gitlab.redox-os.org/redox-os/2048-rs.git
GIT_UPSTREAM=https://github.com/pierrechevalier83/2048-rs.git
[source]
git = "https://gitlab.redox-os.org/redox-os/2048-rs.git"
#git_upstream = "https://github.com/pierrechevalier83/2048-rs.git"
[build]
template = "cargo"
[source]
#git = "https://gitlab.gnome.org/GNOME/glib"
#rev = "37f41eb44a7d423069ff93f44dd0baec92adad62"
tar = "https://download.gnome.org/sources/glib/2.59/glib-2.59.0.tar.xz"
blake3 = "4b10f071bad767bbed9dc3ca742aac4de1f5746c03d515908e7dad4ea8334cbf"
patches = [
"redox.patch"
]
......
[source]
#git = "https://gitlab.xiph.org/xiph/flac"
#rev = "b32e5cbf9818ca23dd22aaa75522042c16ea7d17"
tar = "https://github.com/xiph/flac/releases/download/1.4.2/flac-1.4.2.tar.xz"
blake3 = "d165b9a18eb83b6f6e9993cc2074547566df706fc61464eb17ff088fd0c88104"
[build]
template = "configure"
dependencies = [
......
[source]
#git = "https://gitlab.xiph.org/xiph/ogg"
#rev = "4380566a44b8d5e85ad511c9c17eb04197863ec5"
tar = "http://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.xz"
tar = "https://github.com/xiph/ogg/releases/download/v1.3.3/libogg-1.3.3.tar.xz"
blake3 = "8220c0e4082fa26c07b10bfe31f641d2e33ebe1d1bb0b20221b7016bc8b78a3a"
patches = [
"redox.patch"
......
[source]
#git = "https://github.com/jedisct1/libsodium"
#rev = "675149b9b8b66ff44152553fb3ebf9858128363d"
tar = "https://github.com/jedisct1/libsodium/archive/1.0.16.tar.gz"
blake3 = "2482633f872c173f9a42e6badb44c3efb042e783e664fdf8b1046babfa2405e7"
patches = [
"random.patch"
]
......
[source]
#git = "https://github.com/libssh2/libssh2"
#rev = "635caa90787220ac3773c1d5ba11f1236c22eae8"
tar = "https://www.libssh2.org/download/libssh2-1.10.0.tar.gz"
blake3 = "2447216ce82c1d22301456bb02f60dfb6688f1461417b90f900c099a87f1292f"
patches = []
[build]
......
[source]
#git = "https://gitlab.xiph.org/xiph/vorbis"
#rev = "0657aee69dec8508a0011f47f3b69d7538e9d262"
tar = "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.gz"
blake3 = "a8e88482b8d70321c8435616b0cec1a931b11445f003649774fd6940e593a254"
tar = "https://github.com/xiph/vorbis/releases/download/v1.3.7/libvorbis-1.3.7.tar.xz"
blake3 = "c67f3f74ec26d93a5571c4404a64eb6e6587d7d77b46b552f7b410f5bc5b1f03"
[build]
template = "configure"
dependencies = [
......
[source]
tar = "ftp://xmlsoft.org/libxml2/libxml2-2.9.9.tar.gz"
#git = "https://gitlab.gnome.org/GNOME/libxml2"
#rev = "838bf42d54f94c8ff99b6e5022899a32875ed5d7"
tar = "https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.tar.xz"
blake3 = "0653d3750576299c4cb88740942165671b576ff93019f3d669b3f37136225ab7"
[build]
template = "custom"
dependencies = [
......
VERSION=5.3.1
TAR=http://www.lua.org/ftp/lua-$VERSION.tar.gz
function recipe_version {
echo "$VERSION"
skip=1
}
function recipe_build {
"$REDOX_MAKE" generic CC="${HOST}-gcc -std=gnu99" -j"$($NPROC)"
skip=1
}
function recipe_clean {
"$REDOX_MAKE" clean
skip=1
}
function recipe_stage {
mkdir -pv "$1/bin"
cp src/lua src/luac "$1/bin"
skip=1
}
[source]
tar = "https://www.lua.org/ftp/lua-5.4.4.tar.gz"
[build]
template = "custom"
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
export CC="${TARGET}-gcc -std=gnu99"
"${COOKBOOK_MAKE}" generic -j"${COOKBOOK_MAKE_JOBS}"
mkdir -pv "${COOKBOOK_STAGE}/bin"
cp src/lua src/luac "${COOKBOOK_STAGE}/bin"
"""
GIT=https://gitlab.redox-os.org/redox-os/redox-fatfs
[source]
git = "https://gitlab.redox-os.org/redox-os/redox-fatfs.git"
[build]
template = "cargo"
GIT=https://gitlab.redox-os.org/redox-os/redox-ssh.git
[source]
git = "https://gitlab.redox-os.org/redox-os/redox-ssh.git"
[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