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