pantry/projects/gnu.org/libidn/package.yml

25 lines
443 B
YAML
Raw Normal View History

2023-04-12 02:01:19 +03:00
distributable:
url: https://ftp.gnu.org/gnu/libidn/libidn-{{version.raw}}.tar.gz
strip-components: 1
versions:
- 1.41
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"