opt/fribidi/Pkgfile

16 lines
371 B
Plaintext
Raw Normal View History

2018-03-14 12:29:40 +01:00
# Description: Unicode Bidirectional (BiDi) Algorithm.
# URL: https://github.com/fribidi/fribidi/
# Maintainer: Danny Rawlins, crux at romster dot me
name=fribidi
2019-04-29 12:02:31 +02:00
version=1.0.5
2018-03-14 12:29:40 +01:00
release=1
2019-04-29 12:02:31 +02:00
source=(https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.bz2)
2018-03-14 12:29:40 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}