Skip to content
Snippets Groups Projects
Commit 79e8d44a authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Move more packages to gitlab

parent 5d463307
No related branches found
No related tags found
No related merge requests found
GIT=https://github.com/redox-os/2048-rs.git
GIT=https://gitlab.redox-os.org/redox-os/2048-rs.git
GIT_UPSTREAM=https://github.com/pierrechevalier83/2048-rs.git
GIT=https://github.com/redox-os/gcc.git
GIT=https://gitlab.redox-os.org/redox-os/gcc.git
BRANCH=redox
DEPENDS="gnu-binutils newlib"
......
GIT=https://github.com/redox-os/binutils-gdb.git
GIT=https://gitlab.redox-os.org/redox-os/binutils-gdb.git
function recipe_version {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
......
GIT=https://github.com/redox-os/miniserve
GIT=https://gitlab.redox-os.org/redox-os/miniserve
BUILD_DEPENDS=(openssl zlib)
GIT=https://github.com/redox-os/netdb
GIT=https://gitlab.redox-os.org/redox-os/netdb
function recipe_version {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
......@@ -21,7 +21,7 @@ function recipe_test {
}
function recipe_clean {
echo "skipping clean"
echo "skipping clean"
skip=1
}
......
GIT=https://github.com/redox-os/newlib.git
GIT=https://gitlab.redox-os.org/redox-os/newlib.git
BRANCH=redox
function recipe_version {
......
GIT=https://github.com/redox-os/newlibtest.git
GIT=https://gitlab.redox-os.org/redox-os/newlibtest.git
BUILD_DEPENDS=(newlib)
function recipe_version {
......
GIT=https://github.com/redox-os/openttd-opengfx.git
GIT=https://gitlab.redox-os.org/redox-os/openttd-opengfx.git
function recipe_version {
echo "0.5.2"
......@@ -30,5 +30,3 @@ function recipe_stage {
cp -Rv ./* "$1/share/games/openttd/baseset/opengfx"
skip=1
}
GIT=https://github.com/redox-os/pkgutils.git
GIT=https://gitlab.redox-os.org/redox-os/pkgutils.git
GIT=https://github.com/redox-os/redox-ssh.git
GIT=https://gitlab.redox-os.org/redox-os/redox-ssh.git
GIT=https://github.com/redox-os/relibc.git
GIT=https://gitlab.redox-os.org/redox-os/relibc.git
function recipe_build {
make
......
GIT=https://github.com/redox-os/rs-nes.git
GIT=https://gitlab.redox-os.org/redox-os/rs-nes.git
GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git
DEPENDS="orbital"
GIT=https://github.com/redox-os/rust.git
GIT=https://gitlab.redox-os.org/redox-os/rust.git
BRANCH=compile-redox
DEPENDS="gcc cargo"
LLVM_GIT="https://github.com/redox-os/llvm.git"
LLVM_GIT="https://gitlab.redox-os.org/redox-os/llvm.git"
LLVM_SOURCE="$(realpath -m llvm-source)"
LLVM_BUILD="$(realpath -m llvm-build)"
LLVM_PREFIX="$(realpath -m llvm-prefix)"
......
GIT=https://github.com/redox-os/rust64.git
GIT=https://gitlab.redox-os.org/redox-os/rust64.git
GIT_UPSTREAM=https://github.com/kondrak/rust64.git
DEPENDS="orbital"
GIT=https://github.com/redox-os/rustual-boy.git
GIT=https://gitlab.redox-os.org/redox-os/rustual-boy.git
GIT_UPSTREAM=https://github.com/emu-rs/rustual-boy.git
DEPENDS="orbital"
......
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