distributable: url: https://gnupg.org/ftp/gcrypt/gpgme/gpgme-{{version.raw}}.tar.gz strip-components: 1 versions: url: https://gnupg.org/ftp/gcrypt/gpgme/ match: /gpgme-\d+\.\d+(\.\d+)?\.tar\.gz/ strip: - /gpgme-/ - /.tar.gz/ provides: - bin/gpgme-config build: script: - ./configure $ARGS - make - make install env: ARGS: - --prefix={{prefix}} - --with-libassuan-prefix={{deps.gnupg.org/libassuan.prefix}} - --with-libgpg-error-prefix={{deps.gnupg.org/libgpg-error.prefix}} CFLAGS: $CFLAGS -Wno-implicit-function-declaration CXXFLAGS: $CXXFLAGS -std=c++14 dependencies: tea.xyz/gx/cc: c99 tea.xyz/gx/make: '*' gnupg.org: '*' gnupg.org/libassuan: ^2.0.2 gnupg.org/libgpg-error: ^1.11 test: script: test "$(gpgme-config --version)" = "{{version}}"