new recipes

This commit is contained in:
Ribbon 2023-12-24 02:51:08 +00:00
parent 1cbf3731f5
commit b8df5c8f12
4 changed files with 44 additions and 0 deletions

View 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
"""

View 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
"""

View 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",
]

View 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
"""