2015-12-16 18:48:54 +01:00
|
|
|
# Template file for 'highlight'
|
|
|
|
pkgname=highlight
|
2016-07-04 04:03:54 +02:00
|
|
|
version=3.30
|
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-07-04 04:03:54 +02:00
|
|
|
checksum=e8d93ce0c77066b337e4ca302ab3888e4eaff22d60d406d16146461b17cb2217
|
2016-05-25 03:02:32 +02:00
|
|
|
CFLAGS="-std=c++11"
|