void-packages/srcpkgs/highlight/template
2016-07-03 22:03:54 -04:00

16 lines
616 B
Bash

# Template file for 'highlight'
pkgname=highlight
version=3.30
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=e8d93ce0c77066b337e4ca302ab3888e4eaff22d60d406d16146461b17cb2217
CFLAGS="-std=c++11"