contrib/libraqm/Pkgfile

20 lines
461 B
Plaintext

# Description: A library that encapsulates the logic for complex text layout
# URL: https://github.com/HOST-Oman/libraqm/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: fribidi harfbuzz
name=libraqm
version=0.7.1
release=1
source=(https://github.com/HOST-Oman/libraqm/releases/download/v$version/raqm-$version.tar.gz)
build() {
cd raqm-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}