void-packages/srcpkgs/highlight/template
2016-08-01 20:27:35 -04:00

16 lines
616 B
Bash

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