1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Giovanni Scafora <giovanni@archlinux.org>
3 # Contributor: Nezmer <Nezmer@gmail.com>
8 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
9 url="https://github.com/fribidi/fribidi/"
13 makedepends=(git meson)
14 provides=(libfribidi.so)
15 _commit=247fddc3599e3fe7b1b5cc21020c9eb51e662637 # tags/v1.0.11^0
16 source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
21 git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
29 arch-meson fribidi build \
31 meson compile -C build
35 meson test -C build --print-errorlogs
39 meson install -C build --destdir "$pkgdir"