21 lines
539 B
TOML
21 lines
539 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = ["--disable-static"]
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "highly portable C library that encodes and decodes DER/BER data following an ASN.1 schema"
|
|
homepage = "https://www.gnu.org/software/libtasn1/"
|
|
license = "LGPL-2.1-or-Later"
|
|
name = "libtasn1"
|
|
version = "4.21.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "1d8a444a223cc5464240777346e125de51d8e6abf0b8bac742ac84609167dc87"
|
|
url = "https://mirrors.kernel.org/gnu/libtasn1/libtasn1-$version.tar.gz"
|