pantry/projects/gnu.org/fribidi/package.yml
2023-10-01 20:41:57 -04:00

22 lines
512 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:
script: |
./configure --prefix={{prefix}} --disable-debug
make --jobs={{ hw.concurrency }} install
test:
fixture: a _lsimple _RteST_o th_oat
script: |
out="$(fribidi --charset=CapRTL --clean --nobreak $FIXTURE)"
test "$out" = "a simple TSet that"
provides:
- bin/fribidi