void-packages/srcpkgs/highlight/template

17 lines
616 B
Bash
Raw Normal View History

2015-12-16 17:48:54 +00:00
# Template file for 'highlight'
pkgname=highlight
2016-09-26 00:14:09 +00:00
version=3.32
2015-12-16 17:48:54 +00:00
revision=1
build_style=gnu-makefile
make_cmd="make QMAKE=qmake"
conf_files="/etc/highlight/filetypes.conf"
2016-05-25 01:02:32 +00:00
hostmakedepends="pkg-config qt-qmake"
2015-12-16 17:48:54 +00:00
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"
2016-02-16 19:52:01 +00:00
homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
2015-12-16 17:48:54 +00:00
distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
2016-09-26 00:14:09 +00:00
checksum=c54e495319b5b0781a672615763978d5300b3065fa4e02ec9c69b0cafe930c9d
2016-05-25 01:02:32 +00:00
CFLAGS="-std=c++11"