mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Move more packages to gitlab
This commit is contained in:
parent
5d46330729
commit
79e8d44a2e
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
GIT=https://github.com/redox-os/gcc.git
|
||||
GIT=https://gitlab.redox-os.org/redox-os/gcc.git
|
||||
BRANCH=redox
|
||||
DEPENDS="gnu-binutils newlib"
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
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)"
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
GIT=https://github.com/redox-os/miniserve
|
||||
GIT=https://gitlab.redox-os.org/redox-os/miniserve
|
||||
BUILD_DEPENDS=(openssl zlib)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
GIT=https://github.com/redox-os/newlib.git
|
||||
GIT=https://gitlab.redox-os.org/redox-os/newlib.git
|
||||
BRANCH=redox
|
||||
|
||||
function recipe_version {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
GIT=https://github.com/redox-os/newlibtest.git
|
||||
GIT=https://gitlab.redox-os.org/redox-os/newlibtest.git
|
||||
BUILD_DEPENDS=(newlib)
|
||||
|
||||
function recipe_version {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
GIT=https://github.com/redox-os/pkgutils.git
|
||||
GIT=https://gitlab.redox-os.org/redox-os/pkgutils.git
|
||||
|
||||
@ -1 +1 @@
|
||||
GIT=https://github.com/redox-os/redox-ssh.git
|
||||
GIT=https://gitlab.redox-os.org/redox-os/redox-ssh.git
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
GIT=https://github.com/redox-os/relibc.git
|
||||
GIT=https://gitlab.redox-os.org/redox-os/relibc.git
|
||||
|
||||
function recipe_build {
|
||||
make
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
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"
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
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)"
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
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"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user