fix(gpgme)

This commit is contained in:
Jacob Heider 2023-09-04 20:24:16 -04:00
parent 90c2160bbe
commit 561add1213
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -1,22 +1,27 @@
distributable: distributable:
url: https://gnupg.org/ftp/gcrypt/gpgme/gpgme-{{version.raw}}.tar.gz url: https://gnupg.org/ftp/gcrypt/gpgme/gpgme-{{version.raw}}.tar.bz2
strip-components: 1 strip-components: 1
versions: versions:
url: https://gnupg.org/ftp/gcrypt/gpgme/ url: https://gnupg.org/ftp/gcrypt/gpgme/
match: /gpgme-\d+\.\d+(\.\d+)?\.tar\.gz/ match: /gpgme-\d+\.\d+(\.\d+)?\.tar\.bz2/
strip: strip:
- /gpgme-/ - /gpgme-/
- /.tar.gz/ - /.tar.bz2/
provides: provides:
- bin/gpgme-config - bin/gpgme-config
- bin/gpgme-json
- bin/gpgme-tool
build: build:
script: script:
- killall gpg-agent || true
- gpg-agent --daemon
- ./configure $ARGS - ./configure $ARGS
- make - make -j {{hw.concurrency}}
- make install - make install
- killall gpg-agent || true
env: env:
ARGS: ARGS:
- --prefix={{prefix}} - --prefix={{prefix}}