diff --git a/recipes/wip/db/rainfrog/recipe.toml b/recipes/wip/db/rainfrog/recipe.toml new file mode 100644 index 00000000..b28e5e1a --- /dev/null +++ b/recipes/wip/db/rainfrog/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/achristmascarl/rainfrog" +[build] +template = "cargo" +[package] +dependencies = [ + "nerd-fonts", +] diff --git a/recipes/wip/games/data/crosshare-data/recipe.toml b/recipes/wip/games/data/crosshare-data/recipe.toml new file mode 100644 index 00000000..9b482e41 --- /dev/null +++ b/recipes/wip/games/data/crosshare-data/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/crosshare-org/crosshare" +shallow_clone = true +[build] +template = "custom" +script = """ +mkdir -pv "${COOKBOOK_STAGE}/usr/share/crosshare-data" +cp -rv "${COOKBOOK_SOURCE}"/app/__tests__/converter/puz/*.puz "${COOKBOOK_STAGE}/usr/share/crosshare-data" +""" diff --git a/recipes/wip/games/puzzle/crosstui/recipe.toml b/recipes/wip/games/puzzle/crosstui/recipe.toml new file mode 100644 index 00000000..e79c78f4 --- /dev/null +++ b/recipes/wip/games/puzzle/crosstui/recipe.toml @@ -0,0 +1,12 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/matrixfrog/crossword" +[build] +template = "custom" +script = """ +cookbook_cargo_packages crosstui +""" +[package] +dependencies = [ + "crosshare-data" +] diff --git a/recipes/wip/libs/fs/libnfs/recipe.toml b/recipes/wip/libs/fs/libnfs/recipe.toml new file mode 100644 index 00000000..ea2431a1 --- /dev/null +++ b/recipes/wip/libs/fs/libnfs/recipe.toml @@ -0,0 +1,7 @@ +#TODO not compiled or tested +# build instructions: https://github.com/sahlberg/libnfs/blob/master/INSTALL +[source] +git = "https://github.com/sahlberg/libnfs" +rev = "libnfs-6.0.2" +[build] +template = "cmake" diff --git a/recipes/wip/net/security/yadb/recipe.toml b/recipes/wip/net/security/yadb/recipe.toml new file mode 100644 index 00000000..d8b9c989 --- /dev/null +++ b/recipes/wip/net/security/yadb/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/izya4ka/yadb" +[build] +template = "cargo" diff --git a/recipes/wip/net/social/reddix/recipe.toml b/recipes/wip/net/social/reddix/recipe.toml new file mode 100644 index 00000000..59406eee --- /dev/null +++ b/recipes/wip/net/social/reddix/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ck-zhang/reddix" +[build] +template = "cargo" diff --git a/recipes/wip/search/television/recipe.toml b/recipes/wip/search/television/recipe.toml new file mode 100644 index 00000000..82eadd56 --- /dev/null +++ b/recipes/wip/search/television/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/alexpasmantier/television" +[build] +template = "cargo" diff --git a/recipes/wip/text/rucola/recipe.toml b/recipes/wip/text/rucola/recipe.toml new file mode 100644 index 00000000..4251cc89 --- /dev/null +++ b/recipes/wip/text/rucola/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Linus-Mussmaecher/rucola" +[build] +template = "cargo" +[package] +dependencies = [ + "nerd-fonts", +] diff --git a/recipes/wip/time/worktime-tui/recipe.toml b/recipes/wip/time/worktime-tui/recipe.toml new file mode 100644 index 00000000..899bb610 --- /dev/null +++ b/recipes/wip/time/worktime-tui/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Kamyil/work-tuimer" +[build] +template = "cargo"