pantry/projects/gnupg.org/libksba/package.yml

24 lines
417 B
YAML
Raw Normal View History

2022-10-07 17:32:11 +03:00
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}}"