mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
25 lines
443 B
YAML
25 lines
443 B
YAML
|
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"
|