void-packages/srcpkgs/highlight/template
2017-07-07 18:33:53 -04:00

16 lines
616 B
Bash

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