1 # Maintainer: Robin Broda <robin at broda dot me>
3 _commit='d021b907517d0be30bd709dc9649bc9b54e4b4f4'
6 pkgver=0.0.6.${_commit:0:7}
8 pkgdesc='Fast HTML renderer implemented as a pure C99 library with no outside dependencies'
10 url='https://github.com/lexborisov/modest'
13 source=("git+${url}#commit=${_commit}")
15 provides=('mycore' 'mycss' 'myencoding' 'myfont' 'myhtml' 'myunicode' 'myurl')
20 make CFLAGS="$CFLAGS -Wno-variadic-macros -ffat-lto-objects" prefix="/usr"
32 make DESTDIR="${pkgdir}/" prefix="/usr" install