diff --git a/recipes/wip/bench/jasonisnthappy/recipe.toml b/recipes/wip/bench/jasonisnthappy/recipe.toml new file mode 100644 index 00000000..0015dc9c --- /dev/null +++ b/recipes/wip/bench/jasonisnthappy/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/sohzm/jasonisnthappy" +shallow_clone = true +[build] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_cargo_examples bench_all +""" diff --git a/recipes/wip/dev/hw/design/recipe.toml b/recipes/wip/dev/hw/design/recipe.toml new file mode 100644 index 00000000..63eaa9c5 --- /dev/null +++ b/recipes/wip/dev/hw/design/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +#TODO discover minimum dependencies from meson log +[source] +git = "https://github.com/dubstar-04/Design" +rev = "e6906bc36217306b07d23fa5a4332778db8bca78" +shallow_clone = true +[build] +template = "meson" diff --git a/recipes/wip/dev/hw/uefitool/recipe.toml b/recipes/wip/dev/hw/uefitool/recipe.toml new file mode 100644 index 00000000..29d26ea4 --- /dev/null +++ b/recipes/wip/dev/hw/uefitool/recipe.toml @@ -0,0 +1,7 @@ +#TODO missing script for compilation: https://github.com/LongSoft/UEFITool#installation +[source] +git = "https://github.com/LongSoft/UEFITool" +rev = "A73" +shallow_clone = true +[build] +template = "custom" diff --git a/recipes/wip/health/dosage/recipe.toml b/recipes/wip/health/dosage/recipe.toml new file mode 100644 index 00000000..456ffa02 --- /dev/null +++ b/recipes/wip/health/dosage/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +#TODO discover minimum dependencies from meson log +[source] +git = "https://github.com/diegopvlk/Dosage" +rev = "v2.1.2" +shallow_clone = true +[build] +template = "meson" diff --git a/recipes/wip/lang/kana/recipe.toml b/recipes/wip/lang/kana/recipe.toml new file mode 100644 index 00000000..ecc39e6b --- /dev/null +++ b/recipes/wip/lang/kana/recipe.toml @@ -0,0 +1,7 @@ +#TODO not compiled or tested +#TODO determine minimum dependencies from meson log +[source] +git = "https://gitlab.gnome.org/fkinoshita/kana" +shallow_clone = true +[build] +template = "meson" diff --git a/recipes/wip/net/analysis/echo/recipe.toml b/recipes/wip/net/analysis/echo/recipe.toml new file mode 100644 index 00000000..2b916a6f --- /dev/null +++ b/recipes/wip/net/analysis/echo/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/lo2dev/Echo" +rev = "2.0" +shallow_clone = true +[build] +template = "meson" +dependencies = [ + "gtk4", + "libadwaita", +] diff --git a/recipes/wip/text/read-it-later/recipe.toml b/recipes/wip/text/read-it-later/recipe.toml new file mode 100644 index 00000000..1511cd91 --- /dev/null +++ b/recipes/wip/text/read-it-later/recipe.toml @@ -0,0 +1,12 @@ +#TODO not compiled or tested +[source] +git = "https://gitlab.gnome.org/World/read-it-later" +shallow_clone = true +[build] +template = "meson" +dependencies = [ + "gtk4", + "libadwaita", + "glib", + "gdk-pixbuf", +] diff --git a/recipes/wip/text/sd/recipe.toml b/recipes/wip/text/sd/recipe.toml new file mode 100644 index 00000000..4ce32798 --- /dev/null +++ b/recipes/wip/text/sd/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/chmln/sd" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/text/sed-rs/recipe.toml b/recipes/wip/text/sed-rs/recipe.toml new file mode 100644 index 00000000..a1dea9b4 --- /dev/null +++ b/recipes/wip/text/sed-rs/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/pegasusheavy/sed-rs" +shallow_clone = true +[build] +template = "cargo"