diff --git a/recipes/calculator/recipe.sh b/recipes/calculator/recipe.sh deleted file mode 100644 index f81baf3ebfd36c09ee028e7711e6629c3dd7e4ac..0000000000000000000000000000000000000000 --- a/recipes/calculator/recipe.sh +++ /dev/null @@ -1,2 +0,0 @@ -GIT=https://gitlab.redox-os.org/redox-os/orbcalculator.git -BRANCH=master diff --git a/recipes/calculator/recipe.toml b/recipes/calculator/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..33006ff5a585e0819709d58deaebe1a4086a3121 --- /dev/null +++ b/recipes/calculator/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://gitlab.redox-os.org/redox-os/orbcalculator.git" + +[build] +template = "cargo" diff --git a/recipes/fd/recipe.sh b/recipes/fd/recipe.sh deleted file mode 100644 index 8839a16f7e4fe42f9b205ad7fc4cbbc0023c83b1..0000000000000000000000000000000000000000 --- a/recipes/fd/recipe.sh +++ /dev/null @@ -1 +0,0 @@ -GIT=https://github.com/sharkdp/fd.git \ No newline at end of file diff --git a/recipes/fd/recipe.toml b/recipes/fd/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d7d1c6385a4b74d6782787751db3c3a4c14d341b --- /dev/null +++ b/recipes/fd/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://github.com/sharkdp/fd.git" + +[build] +template = "cargo" diff --git a/recipes/perg/recipe.toml b/recipes/perg/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..f5390a215dac5dc3fa2de6f734f9c14877359612 --- /dev/null +++ b/recipes/perg/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://github.com/guerinoni/perg.git" + +[build] +template = "cargo" diff --git a/recipes/procedural-wallpapers-rs/recipe.toml b/recipes/procedural-wallpapers-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..de976eaf608780580e0a46674bc7ed8032360918 --- /dev/null +++ b/recipes/procedural-wallpapers-rs/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://github.com/lukas-kirschner/procedural-wallpapers-rs.git" + +[build] +template = "cargo" diff --git a/recipes/shellharden/recipe.toml b/recipes/shellharden/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..7cdbbb3d59b2630b1ae72ad0a30a7237f5ce2675 --- /dev/null +++ b/recipes/shellharden/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://github.com/anordal/shellharden.git" + +[build] +template = "cargo" diff --git a/recipes/tokei/recipe.toml b/recipes/tokei/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..752ec64b2b41ee5496bee23430c7149e9068a02f --- /dev/null +++ b/recipes/tokei/recipe.toml @@ -0,0 +1,4 @@ +[source] +git = "https://github.com/XAMPPRocky/tokei.git" +[build] +template = "cargo"