mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(gpgme)
This commit is contained in:
parent
90c2160bbe
commit
561add1213
1 changed files with 9 additions and 4 deletions
|
@ -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}}
|
||||||
|
|
Loading…
Reference in a new issue