mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
Recipe updates from https://gitlab.redox-os.org/hatred_45/cookbook/
This commit is contained in:
parent
e6a2263a9f
commit
5ee7d682f1
@ -1 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/binutils.git
|
||||
5
recipes/binutils/recipe.toml
Normal file
5
recipes/binutils/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/binutils.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -1,5 +1,5 @@
|
||||
[source]
|
||||
git = "https://github.com/sharkdp/fd.git"
|
||||
|
||||
rev = "840a565d3aadbeb303b10a01c0aa3561924dfc46"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1 +0,0 @@
|
||||
GIT=https://github.com/jackpot51/friar.git
|
||||
4
recipes/friar/recipe.toml
Normal file
4
recipes/friar/recipe.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[source]
|
||||
git = "https://github.com/jackpot51/friar.git"
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -1,2 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/2048-rs.git
|
||||
GIT_UPSTREAM=https://github.com/pierrechevalier83/2048-rs.git
|
||||
5
recipes/game-2048/recipe.toml
Normal file
5
recipes/game-2048/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/2048-rs.git"
|
||||
#git_upstream = "https://github.com/pierrechevalier83/2048-rs.git"
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -1,5 +1,8 @@
|
||||
[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"
|
||||
]
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
[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 = [
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[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"
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
[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"
|
||||
]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
[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]
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
[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 = [
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
[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 = [
|
||||
|
||||
@ -1,23 +0,0 @@
|
||||
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
|
||||
}
|
||||
11
recipes/lua/recipe.toml
Normal file
11
recipes/lua/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[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"
|
||||
"""
|
||||
@ -1 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/redox-fatfs
|
||||
4
recipes/redox-fatfs/recipe.toml
Normal file
4
recipes/redox-fatfs/recipe.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/redox-fatfs.git"
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -1 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/redox-ssh.git
|
||||
5
recipes/redox-ssh/recipe.toml
Normal file
5
recipes/redox-ssh/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/redox-ssh.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -1 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/rodioplay.git
|
||||
5
recipes/rodioplay/recipe.toml
Normal file
5
recipes/rodioplay/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/rodioplay.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -1,3 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/rs-nes.git
|
||||
GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git
|
||||
DEPENDS="orbital"
|
||||
8
recipes/rs-nes/recipe.toml
Executable file
8
recipes/rs-nes/recipe.toml
Executable file
@ -0,0 +1,8 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/rs-nes.git"
|
||||
#git_upstream = "https://github.com/bgourlie/rs-nes.git"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"orbital"
|
||||
]
|
||||
@ -1,3 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/rust64.git
|
||||
GIT_UPSTREAM=https://github.com/kondrak/rust64.git
|
||||
DEPENDS="orbital"
|
||||
8
recipes/rust64/recipe.toml
Executable file
8
recipes/rust64/recipe.toml
Executable file
@ -0,0 +1,8 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/rust64.git"
|
||||
#git_upstream = "https://github.com/kondrak/rust64.git"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"orbital"
|
||||
]
|
||||
@ -1,5 +1,5 @@
|
||||
[source]
|
||||
git = "https://github.com/anordal/shellharden.git"
|
||||
|
||||
rev = "bd24c99d5d1e76452b6d0749404837c1c95d923c"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user