mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
eb9c7a29d8
`ksba-config` removed in 1.6.4
27 lines
571 B
YAML
27 lines
571 B
YAML
distributable:
|
|
url: https://gnupg.org/ftp/gcrypt/libksba/libksba-{{version}}.tar.bz2
|
|
strip-components: 1
|
|
|
|
versions:
|
|
url: https://gnupg.org/ftp/gcrypt/libksba/
|
|
match: /libksba-(\d+\.\d+(\.\d+)?)\.tar\.bz2/
|
|
strip:
|
|
- /libksba-/
|
|
- /.tar.bz2/
|
|
|
|
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:
|
|
dependencies:
|
|
freedesktop.org/pkg-config: '*'
|
|
script: test "$(pkg-config --modversion ksba)" = "{{version}}"
|