# Description: Large, sparse array mapping each unicode code point to the annotation data for it.
# URL: https://github.com/fontforge/libuninameslist
# Maintainer: Tim Biermann, tbier at posteo dot de

name=libuninameslist
version=20260107
release=1
source=(https://github.com/fontforge/$name/releases/download/$version/$name-dist-$version.tar.gz)

build() {
  cd $name-$version

  autoreconf -i
  automake --foreign -Wall

  ./configure --prefix=/usr \
    --disable-static
  make
  make DESTDIR=$PKG install
}
