mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
update recipes
This commit is contained in:
parent
bc7717c3a5
commit
8d76377ac9
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO missing script to properly move the binary
|
||||
[source]
|
||||
git = "https://github.com/wcampbell0x2a/backhand"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO rust-serialize crate error (after cargo update)
|
||||
#TODO rustc-serialize crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/clog-tool/clog-cli"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO program source code error
|
||||
#TODO program source code error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/nachoparker/dutree"
|
||||
[build]
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
#TODO compiled after cargo update, but not tested
|
||||
#TODO nix crate error
|
||||
[source]
|
||||
git = "https://github.com/Canop/dysk"
|
||||
rev = "eecc8cf86a26e840cdf1c97758a7deb3a4852e63"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO rustc-serialize crate error (after an update on proc-macro2 and patch on ring)
|
||||
[source]
|
||||
git = "https://github.com/elfshaker/elfshaker"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compilation error
|
||||
[source]
|
||||
tar = "https://sourceware.org/elfutils/ftp/0.190/elfutils-0.190.tar.bz2"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#TODO compilation error
|
||||
#TODO make dependencies work
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#TODO compilation error
|
||||
#TODO make dependencies work
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
tar = "https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"glib",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO rust-serialize crate error
|
||||
#TODO rustc-serialize crate error
|
||||
[source]
|
||||
git = "https://github.com/gabrieldemian/vincenzo"
|
||||
[build]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user