From b8df5c8f1218277d7e1af222a1b97ac30cde5fb8 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 24 Dec 2023 02:51:08 +0000 Subject: [PATCH] new recipes --- recipes/wip/ast-grep/recipe.toml | 9 +++++++++ recipes/wip/lldap/recipe.toml | 8 ++++++++ recipes/wip/oculante/recipe.toml | 12 ++++++++++++ recipes/wip/pinnacle/recipe.toml | 15 +++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 recipes/wip/ast-grep/recipe.toml create mode 100644 recipes/wip/lldap/recipe.toml create mode 100644 recipes/wip/oculante/recipe.toml create mode 100644 recipes/wip/pinnacle/recipe.toml diff --git a/recipes/wip/ast-grep/recipe.toml b/recipes/wip/ast-grep/recipe.toml new file mode 100644 index 000000000..674f09ebb --- /dev/null +++ b/recipes/wip/ast-grep/recipe.toml @@ -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 +""" diff --git a/recipes/wip/lldap/recipe.toml b/recipes/wip/lldap/recipe.toml new file mode 100644 index 000000000..99a5b05f4 --- /dev/null +++ b/recipes/wip/lldap/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/lldap/lldap" +[build] +template = "custom" +script = """ +cookbook_cargo_packages lldap +""" diff --git a/recipes/wip/oculante/recipe.toml b/recipes/wip/oculante/recipe.toml new file mode 100644 index 000000000..f538a9d27 --- /dev/null +++ b/recipes/wip/oculante/recipe.toml @@ -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", +] diff --git a/recipes/wip/pinnacle/recipe.toml b/recipes/wip/pinnacle/recipe.toml new file mode 100644 index 000000000..12baefb23 --- /dev/null +++ b/recipes/wip/pinnacle/recipe.toml @@ -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 +""" -- GitLab