milis/talimatname/genel/highlight/talimat

16 lines
393 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Hızlı ve esnek kaynak kodu vurgulayıcı (CLI sürümü)
# 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
}