From db2e28282856ea8ed35aca502d74a0a06fa8a3f0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 10 May 2025 12:57:32 -0600 Subject: [PATCH] Add libtasn1 --- recipes/wip/libs/other/libtasn1/recipe.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/wip/libs/other/libtasn1/recipe.toml diff --git a/recipes/wip/libs/other/libtasn1/recipe.toml b/recipes/wip/libs/other/libtasn1/recipe.toml new file mode 100644 index 00000000..2dad5224 --- /dev/null +++ b/recipes/wip/libs/other/libtasn1/recipe.toml @@ -0,0 +1,14 @@ +[source] +tar = "https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.20.0.tar.gz" +blake3 = "374103da2b2ac47e18b57cb5d1d41f7e42f3725c269cf35fba8e4717f0c392b5" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""