Skip to content
Snippets Groups Projects
Commit 8d76377a authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent bc7717c3
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested #TODO missing script to properly move the binary
[source] [source]
git = "https://github.com/wcampbell0x2a/backhand" git = "https://github.com/wcampbell0x2a/backhand"
[build] [build]
......
#TODO rust-serialize crate error (after cargo update) #TODO rustc-serialize crate error (after cargo update)
[source] [source]
git = "https://github.com/clog-tool/clog-cli" git = "https://github.com/clog-tool/clog-cli"
[build] [build]
......
#TODO program source code error #TODO program source code error (after cargo update)
[source] [source]
git = "https://github.com/nachoparker/dutree" git = "https://github.com/nachoparker/dutree"
[build] [build]
......
#TODO compiled after cargo update, but not tested #TODO nix crate error
[source] [source]
git = "https://github.com/Canop/dysk" git = "https://github.com/Canop/dysk"
rev = "eecc8cf86a26e840cdf1c97758a7deb3a4852e63"
[build] [build]
template = "cargo" template = "cargo"
#TODO Not compiled or tested #TODO rustc-serialize crate error (after an update on proc-macro2 and patch on ring)
[source] [source]
git = "https://github.com/elfshaker/elfshaker" git = "https://github.com/elfshaker/elfshaker"
[build] [build]
......
#TODO Not compiled or tested #TODO compilation error
[source] [source]
tar = "https://sourceware.org/elfutils/ftp/0.190/elfutils-0.190.tar.bz2" tar = "https://sourceware.org/elfutils/ftp/0.190/elfutils-0.190.tar.bz2"
[build] [build]
......
#TODO compilation error #TODO compilation error
#TODO make dependencies work
[source] [source]
tar = "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz" tar = "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz"
[build] [build]
......
#TODO compilation error #TODO compilation error
#TODO make dependencies work
[source] [source]
tar = "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz" tar = "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz"
[build] [build]
......
...@@ -3,3 +3,6 @@ ...@@ -3,3 +3,6 @@
tar = "https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz" tar = "https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz"
[build] [build]
template = "configure" template = "configure"
dependencies = [
"glib",
]
#TODO rust-serialize crate error #TODO rustc-serialize crate error
[source] [source]
git = "https://github.com/gabrieldemian/vincenzo" git = "https://github.com/gabrieldemian/vincenzo"
[build] [build]
......
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