mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
18 lines
408 B
YAML
18 lines
408 B
YAML
distributable:
|
|
url: https://github.com/fribidi/fribidi/releases/download/v{{ version }}/fribidi-{{ version }}.tar.xz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: fribidi/fribidi
|
|
strip: /^FriBidi Version /
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
script: |
|
|
./configure --prefix={{prefix}} --disable-debug
|
|
make --jobs={{ hw.concurrency }} install
|
|
|
|
test: true #FIXME
|