From 946f67b9647c590aeee5bd150432d5d03b8dea4c Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 29 Jan 2024 01:31:36 +0000 Subject: [PATCH] add mercurial recipe --- recipes/wip/mercurial/recipe.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/wip/mercurial/recipe.toml diff --git a/recipes/wip/mercurial/recipe.toml b/recipes/wip/mercurial/recipe.toml new file mode 100644 index 000000000..6a57d38c1 --- /dev/null +++ b/recipes/wip/mercurial/recipe.toml @@ -0,0 +1,6 @@ +#TODO missing script for GNU Make, see https://wiki.mercurial-scm.org/UnixInstall +#TODO require CPython header files +[source] +tar = "https://www.mercurial-scm.org/release/mercurial-6.6.2.tar.gz" +[build] +template = "custom" -- GitLab