From c02abc834ea41002def870ec1905b1c3516bac30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 10 Feb 2024 17:21:09 +0100 Subject: [PATCH] libxcrypt: add --- recipes/wip/libs/libxcrypt/recipe.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/wip/libs/libxcrypt/recipe.toml diff --git a/recipes/wip/libs/libxcrypt/recipe.toml b/recipes/wip/libs/libxcrypt/recipe.toml new file mode 100644 index 000000000..6f6779ac9 --- /dev/null +++ b/recipes/wip/libs/libxcrypt/recipe.toml @@ -0,0 +1,4 @@ +[source] +tar = "https://github.com/besser82/libxcrypt/releases/download/v4.4.36/libxcrypt-4.4.36.tar.xz" +[build] +template = "configure"