void-packages/srcpkgs/highlight/template
2017-10-25 07:47:26 +02:00

17 lines
616 B
Bash

# Template file for 'highlight'
pkgname=highlight
version=3.40
revision=1
build_style=gnu-makefile
make_cmd="make QMAKE=qmake"
conf_files="/etc/highlight/filetypes.conf"
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"
homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
checksum=3e55fadd3f2a85f25ea995fd0e57e94e2a59fe2e3ccefe6bd896b50acadc38e3
CFLAGS="-std=c++11"