mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
parent
fbbea8b509
commit
8a8a25b795
1 changed files with 14 additions and 5 deletions
|
@ -17,11 +17,20 @@ provides:
|
||||||
- bin/yat2m
|
- bin/yat2m
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script:
|
||||||
./configure --prefix={{prefix}} --enable-install-gpg-error-config
|
- run: |
|
||||||
make
|
sed -i -e '/#include "gpgrt-int.h"/a\
|
||||||
make check
|
\
|
||||||
make install
|
#if defined (__APPLE__)\
|
||||||
|
extern char** environ;\
|
||||||
|
#endif' \
|
||||||
|
spawn-posix.c
|
||||||
|
if: '>=1.50'
|
||||||
|
working-directory: src
|
||||||
|
- ./configure --prefix={{prefix}} --enable-install-gpg-error-config
|
||||||
|
- make
|
||||||
|
- make check
|
||||||
|
- make install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: test "$(gpg-error 56)" = "$OUTPUT"
|
script: test "$(gpg-error 56)" = "$OUTPUT"
|
||||||
|
|
Loading…
Reference in a new issue