# Contributor: Carlo Landmeter # Maintainer: Natanael Copa _luaver=5.3 pkgname=highlight pkgver=3.35 pkgrel=0 pkgdesc="Fast and flexible source code highlighter" url="http://www.andre-simon.de/doku/highlight/highlight.html" arch="all" license="GPLv3" makedepends="lua${_luaver}-dev boost-dev" subpackages="$pkgname-doc" source="http://www.andre-simon.de/zip/highlight-$pkgver.tar.bz2 lua.patch " builddir="$srcdir"/highlight-$pkgver build() { cd "$builddir" make cli LUAPC=lua${_luaver} } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="4f0959b4deacccf3de7137a4db45c2ec7091fb7427076cb5c5709a8d2027458328133ff541ebfb5cbe25fdcd9eebcd1cc9ed58526300d56ac6205fe6b806d211 highlight-3.35.tar.bz2 3e1a8a4d770c0161f969fadd6fe309260470fa09d44453d6c582be34197bb751ae3422f16ecff46ab268bfe758bac7b3ef3a73d5afcb3c677458a41b323c0a97 lua.patch"