1 # Maintainer: Gaetan Bisson <bisson@archlinux.org>
3 pkgname=libuninameslist
6 pkgdesc='Large, sparse array mapping each unicode code point to the annotation data for it'
7 url='https://github.com/fontforge/libuninameslist'
10 source=("https://github.com/fontforge/${pkgname}/releases/download/${pkgver}/${pkgname}-dist-${pkgver}.tar.gz")
11 sha256sums=('f5f69090de4a483721207a9df7de5327c13c812a1d23de074d8f0496bc2b740d')
14 cd ${pkgname}-${pkgver}
16 automake --foreign -Wall
20 cd ${pkgname}-${pkgver}
21 ./configure --prefix=/usr
26 cd ${pkgname}-${pkgver}
27 make DESTDIR="${pkgdir}" install