From 24b98879ca415972a546d995740ff8bee13ca058 Mon Sep 17 00:00:00 2001 From: Ribbon <peer_64x@protonmail.com> Date: Thu, 9 Mar 2023 10:10:03 +0000 Subject: [PATCH] Convert calculator to TOML. --- recipes/calculator/recipe.sh | 2 -- recipes/calculator/recipe.toml | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 recipes/calculator/recipe.sh create mode 100644 recipes/calculator/recipe.toml diff --git a/recipes/calculator/recipe.sh b/recipes/calculator/recipe.sh deleted file mode 100644 index f81baf3eb..000000000 --- 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 000000000..33006ff5a --- /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" -- GitLab