mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
update recipes
This commit is contained in:
parent
479554a062
commit
fe88a028a6
@ -1,5 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/thombles/hashgood/archive/refs/tags/v0.4.0.tar.gz"
|
||||
git = "https://github.com/thombles/hashgood"
|
||||
rev = "9e476ded77bd2f2289f4ebe08cdfc87332827292"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO x11rb crate error
|
||||
[source]
|
||||
tar = "https://github.com/ndd7xv/heh/archive/refs/tags/v0.4.0.tar.gz"
|
||||
git = "https://github.com/ndd7xv/heh"
|
||||
rev = "bd69f6657b98225796369a0563bf24f3f148046c"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://github.com/sharkdp/hexyl/archive/refs/tags/v0.13.0.tar.gz"
|
||||
git = "https://github.com/sharkdp/hexyl"
|
||||
rev = "7a9234c182b19070f8707468c572b5a0e6e704d4"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/rhysd/hgrep/archive/refs/tags/v0.3.3.tar.gz"
|
||||
git = "https://github.com/rhysd/hgrep"
|
||||
rev = "85d7271d477a41708d89e1e7bc14e94dcab149ba"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/hickory-dns/hickory-dns/archive/refs/tags/v0.24.0.tar.gz"
|
||||
git = "https://github.com/hickory-dns/hickory-dns"
|
||||
rev = "408d0baca080d1b201cd33e616dc4abd160ef6c0"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO ring crate error
|
||||
[source]
|
||||
tar = "https://github.com/soywod/himalaya/archive/refs/tags/v0.7.3.tar.gz"
|
||||
git = "https://github.com/soywod/himalaya"
|
||||
rev = "7ad1772c83f53f672d93dcf3921c722cf750d38f"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO missing script for "make", see https://github.com/google/honggfuzz#installation
|
||||
[source]
|
||||
tar = "https://github.com/google/honggfuzz/archive/refs/tags/2.6.tar.gz"
|
||||
git = "https://github.com/google/honggfuzz"
|
||||
rev = "83a8415a372d84dcc69ac1e2c2f152190bcf76d1"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user