mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Add upstream URLs
This commit is contained in:
parent
e42398de27
commit
c708430031
@ -1 +0,0 @@
|
||||
GIT=https://github.com/redox-os/2048-rs.git
|
||||
@ -1 +1,2 @@
|
||||
GIT=https://github.com/redox-os/cleye.git
|
||||
GIT_UPSTREAM=https://github.com/evanandrewrose/cleye.git
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
GIT=https://github.com/redox-os/findutils
|
||||
GIT=https://github.com/redox-os/findutils.git
|
||||
GIT_UPSTREAM=https://github.com/uutils/findutils.git
|
||||
CARGOFLAGS="--bin find"
|
||||
|
||||
2
recipes/game-2048/recipe.sh
Normal file
2
recipes/game-2048/recipe.sh
Normal file
@ -0,0 +1,2 @@
|
||||
GIT=https://github.com/redox-os/2048-rs.git
|
||||
GIT_UPSTREAM=https://github.com/pierrechevalier83/2048-rs.git
|
||||
@ -1,4 +1,5 @@
|
||||
GIT=https://github.com/redox-os/pastel.git
|
||||
GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git
|
||||
BINDIR=/ui/bin
|
||||
|
||||
function recipe_stage {
|
||||
|
||||
@ -1 +1,2 @@
|
||||
GIT=https://github.com/redox-os/rust64.git
|
||||
GIT_UPSTREAM=https://github.com/kondrak/rust64.git
|
||||
|
||||
@ -1 +1,2 @@
|
||||
GIT=https://github.com/redox-os/Smith.git
|
||||
GIT_UPSTREAM=https://github.com/IGI-111/Smith.git
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
GIT=https://github.com/redox-os/uutils.git
|
||||
GIT_UPSTREAM=https://github.com/uutils/coreutils.git
|
||||
CARGOFLAGS="--no-default-features --features redox"
|
||||
|
||||
function recipe_stage {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user