2023-02-06 06:48:14 +03:00
|
|
|
distributable:
|
|
|
|
url: https://ftp.gnu.org/gnu/libtasn1/libtasn1-{{version}}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
2023-05-01 20:14:59 +03:00
|
|
|
url: https://ftp.gnu.org/gnu/libtasn1/
|
|
|
|
match: /libtasn1-(\d+\.\d+(\.\d+)?)\.tar\.gz/
|
|
|
|
strip:
|
|
|
|
- /libtasn1-/
|
|
|
|
- /.tar.gz/
|
2023-02-06 06:48:14 +03:00
|
|
|
|
|
|
|
build:
|
|
|
|
dependencies:
|
|
|
|
tea.xyz/gx/cc: c99
|
|
|
|
tea.xyz/gx/make: '*'
|
|
|
|
script: |
|
|
|
|
./configure --prefix={{ prefix }}
|
|
|
|
make --jobs {{ hw.concurrency }} install
|
|
|
|
|
|
|
|
test:
|
|
|
|
dependencies:
|
|
|
|
tea.xyz/gx/cc: c99
|
|
|
|
script: |
|
|
|
|
asn1Coding pkix.asn assign.asn1
|
|
|
|
asn1Decoding pkix.asn assign.out PKIX1.Dss-Sig-Value 2>&1 | grep 'Decoding: SUCCESS'
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/asn1Coding
|
|
|
|
- bin/asn1Decoding
|
|
|
|
- bin/asn1Parser
|