distributable: url: https://ftp.gnu.org/gnu/libidn/libidn-{{version.raw}}.tar.gz strip-components: 1 versions: url: https://ftp.gnu.org/gnu/libidn/ match: /libidn-(\d+\.\d+(\.\d+)?)\.tar\.gz/ strip: - /libidn-/ - /.tar.gz/ build: dependencies: tea.xyz/gx/cc: c99 tea.xyz/gx/make: '*' freedesktop.org/pkg-config: ^0.29 script: | ./configure --prefix="{{prefix}}" make --jobs {{ hw.concurrency }} install provides: - bin/idn test: env: CHARSET: UTF-8 script: idn "räksmörgås.se" "blåbærgrød.no"