mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
new recipes
This commit is contained in:
parent
ff012fe81c
commit
a9b3369fa7
8
recipes/wip/nakamoto-wallet/recipe.toml
Normal file
8
recipes/wip/nakamoto-wallet/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cloudhead/nakamoto"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages nakamoto-wallet
|
||||
"""
|
||||
26
recipes/wip/weylus/recipe.toml
Normal file
26
recipes/wip/weylus/recipe.toml
Normal file
@ -0,0 +1,26 @@
|
||||
#TODO port to redox
|
||||
#TODO build instructions - https://github.com/H-M-H/Weylus#building
|
||||
[source]
|
||||
git = "https://github.com/H-M-H/Weylus"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"pango",
|
||||
"gstreamer",
|
||||
"dbus",
|
||||
"libx11",
|
||||
"libxext",
|
||||
"libxft",
|
||||
"libxinerama",
|
||||
"libxcursor",
|
||||
"libxi",
|
||||
"libxv",
|
||||
"libxfixes",
|
||||
"libxtst",
|
||||
"libxrender",
|
||||
"libxrandr",
|
||||
"libxcomposite",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages weylus
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user