mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
new recipes
This commit is contained in:
parent
1cbf3731f5
commit
b8df5c8f12
9
recipes/wip/ast-grep/recipe.toml
Normal file
9
recipes/wip/ast-grep/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ast-grep/ast-grep"
|
||||
rev = "74c54fc3e322c6017bc043e199420644ad961ff5"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages ast-grep
|
||||
"""
|
||||
8
recipes/wip/lldap/recipe.toml
Normal file
8
recipes/wip/lldap/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/lldap/lldap"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages lldap
|
||||
"""
|
||||
12
recipes/wip/oculante/recipe.toml
Normal file
12
recipes/wip/oculante/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO probably missing dependencies
|
||||
[source]
|
||||
git = "https://github.com/woelper/oculante"
|
||||
rev = "25b6ae94f743988be216dfd341dde159337d193d"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
"libxfixes",
|
||||
"gtk3",
|
||||
]
|
||||
15
recipes/wip/pinnacle/recipe.toml
Normal file
15
recipes/wip/pinnacle/recipe.toml
Normal file
@ -0,0 +1,15 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pinnacle-comp/pinnacle"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libwayland",
|
||||
"libxkbcommon",
|
||||
"libinput",
|
||||
"libeudev",
|
||||
"seatd",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages pinnacle
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user