description="Large, sparse array mapping each unicode code point to the annotation data for it"
url="https://github.com/fontforge/libuninameslist"

packager="Great-OS Team"
maintainer="rems"

name=libuninameslist
version=20240910
release=1

source=(https://github.com/fontforge/${name}/releases/download/${version}/${name}-dist-${version}.tar.gz)

prepare() {
  cd $name-$version

  autoreconf -iv
  automake --foreign -Wall
}

