mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
24 lines
417 B
YAML
24 lines
417 B
YAML
|
distributable:
|
||
|
url: https://gnupg.org/ftp/gcrypt/libksba/libksba-{{version}}.tar.bz2
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
- 1.6.1
|
||
|
|
||
|
provides:
|
||
|
- bin/ksba-config
|
||
|
|
||
|
build:
|
||
|
script: |
|
||
|
./configure --prefix={{prefix}}
|
||
|
make
|
||
|
make check
|
||
|
make install
|
||
|
dependencies:
|
||
|
tea.xyz/gx/cc: c99
|
||
|
tea.xyz/gx/make: '*'
|
||
|
gnupg.org/libgpg-error: 1
|
||
|
|
||
|
test:
|
||
|
script: test "$(ksba-config --version)" = "{{version}}"
|