16 lines
616 B
Bash
16 lines
616 B
Bash
# Template file for 'highlight'
|
|
pkgname=highlight
|
|
version=3.32
|
|
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=c54e495319b5b0781a672615763978d5300b3065fa4e02ec9c69b0cafe930c9d
|
|
CFLAGS="-std=c++11"
|