pantry/projects/gnupg.org/libgcrypt/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

39 lines
854 B
YAML

distributable:
url: https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-{{version}}.tar.bz2
strip-components: 1
versions:
url: https://gnupg.org/ftp/gcrypt/libgcrypt/
match: /libgcrypt-(\d+\.\d+(\.\d+)?)\.tar\.bz2/
strip:
- /libgcrypt-/
- /.tar.bz2/
provides:
- bin/dumpsexp
- bin/hmac256
- bin/libgcrypt-config
- bin/mpicalc
build:
dependencies:
gnupg.org/libgpg-error: 1
script: |
./configure $ARGS
make
make check
make install
env:
ARGS:
- --prefix={{prefix}}
linux/x86-64:
ARGS:
# basic.c:317:16: error: inline assembly requires more registers than available
# asm volatile("movdqu %[data0], %%xmm0\n"
- --disable-asm
test:
script: |
OUT=$(echo foo | hmac256 -)
test "$OUT" = "9619c032ccc62b07274634a032c322580848455327d4a9aa3d323702673cf2a2"