mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
parent
7176c1eb48
commit
0c26cdeb78
1 changed files with 24 additions and 0 deletions
24
projects/gnu.org/libidn/package.yml
Normal file
24
projects/gnu.org/libidn/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
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"
|
Loading…
Reference in a new issue