17 lines
616 B
Bash
17 lines
616 B
Bash
# Template file for 'highlight'
|
|
pkgname=highlight
|
|
version=3.29
|
|
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=76cc769d98778985235c0b7d1345cff78c99f597b51edd4e9be7d3fc0160bf92
|
|
CFLAGS="-std=c++11"
|