Add libtasn1

This commit is contained in:
Jeremy Soller 2025-05-10 12:57:32 -06:00
parent 21120483cf
commit db2e282828
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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
"""