void-packages/srcpkgs/highlight/template

17 lines
616 B
Bash
Raw Normal View History

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