contrib/libunibreak/Pkgfile

18 lines
433 B
Plaintext

# Description: An implementation of the line breaking algorithm.
# URL: https://github.com/adah1972/libunibreak/
# Maintainer: unmaintained
# Depends on:
name=libunibreak
version=4.0
release=1
source=(https://github.com/adah1972/$name/releases/download/"$name"_${version//./_}/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}