void-packages/srcpkgs/highlight/template
maxice8 8569ec4fec highlight: update to 3.43.
Closes #14022.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-01 19:25:38 +02:00

22 lines
699 B
Bash

# Template file for 'highlight'
pkgname=highlight
version=3.43
revision=1
build_style=gnu-makefile
make_cmd="make QMAKE=qmake"
hostmakedepends="pkg-config qt-qmake"
makedepends="boost-devel lua-devel"
short_desc="Fast and flexible source code highlighter (CLI version)"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-3.0-or-later"
homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
checksum=db957ebd73048dcb46347f44a1fe8a949fda40b5ecb360bf0df2da0d8d92e902
conf_files="/etc/highlight/filetypes.conf"
#CFLAGS="-std=c++11"
do_check() {
# No check target, fails spetarcularly when asked
:
}