16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
# Description: Fast and flexible source code highlighter (CLI version)
|
|
# URL: http://www.andre-simon.de/doku/highlight/highlight.html
|
|
# Packager: milisarge
|
|
# Depends on: qt4 boost lua
|
|
|
|
name=highlight
|
|
version=3.23
|
|
release=1
|
|
source=(http://www.andre-simon.de/zip/$name-$version.tar.bz2)
|
|
|
|
build(){
|
|
cd $name-$version
|
|
make QMAKE=qmake-qt4
|
|
make DESTDIR=$PKG QMAKE=qmake-qt4 install
|
|
}
|