21 lines
677 B
Bash
21 lines
677 B
Bash
# Template file for 'highlight'
|
|
pkgname=highlight
|
|
version=3.49
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_cmd="make QMAKE=qmake"
|
|
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.0-or-later"
|
|
homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
|
|
distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
|
|
checksum=5299774e0d554c83c96001596d942b3c0a4e2884cc61026aed5d5b5730ad90fe
|
|
conf_files="/etc/highlight/filetypes.conf"
|
|
|
|
do_check() {
|
|
# No check target, fails spetarcularly when asked
|
|
:
|
|
}
|