mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
parent
779c2f6f13
commit
1bc00240cd
1 changed files with 35 additions and 0 deletions
35
projects/gnu.org/libidn2/package.yml
Normal file
35
projects/gnu.org/libidn2/package.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
distributable:
|
||||
url: https://ftp.gnu.org/gnu/libidn/libidn2-{{ version.raw }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
#TODO HTML listing: https://ftp.gnu.org/gnu/libidn/
|
||||
- 2.3.4
|
||||
|
||||
dependencies:
|
||||
gnu.org/gettext: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/make: '*'
|
||||
tea.xyz/gx/cc: c99
|
||||
gnu.org/texinfo: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script: |
|
||||
./configure --prefix={{ prefix }}
|
||||
make install
|
||||
|
||||
test:
|
||||
script: |
|
||||
test "$(idn2 ""$IN1"")" = "$OUT1"
|
||||
test "$(idn2 ""$IN2"")" = "$OUT2"
|
||||
env:
|
||||
linux:
|
||||
LC_ALL: C.UTF-8
|
||||
IN1: räksmörgås.se
|
||||
IN2: blåbærgrød.no
|
||||
OUT1: xn--rksmrgs-5wao1o.se
|
||||
OUT2: xn--blbrgrd-fxak7p.no
|
||||
|
||||
provides:
|
||||
- bin/idn2
|
Loading…
Reference in a new issue