mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
27 lines
547 B
YAML
27 lines
547 B
YAML
distributable:
|
|
url: https://ftp.gnu.org/gnu/libtasn1/libtasn1-{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
- 4.19.0
|
|
|
|
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
|