mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
git add halloy and tiny in chat
This commit is contained in:
parent
fc794e482d
commit
80251d5d5a
8
recipes/wip/net/chat/halloy/recipe.toml
Normal file
8
recipes/wip/net/chat/halloy/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO xdg-home crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/squidowl/halloy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
8
recipes/wip/net/chat/tiny/recipe.toml
Normal file
8
recipes/wip/net/chat/tiny/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO compiled but not tested (after cargo update and a patch on ring)
|
||||
[source]
|
||||
git = "https://github.com/osa1/tiny"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages tiny
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user