milis/talimatname/genel/h/highlight/talimat

16 lines
386 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Hızlı ve esnek kaynak kodu vurgulayıcı (CLI sürümü)
2017-01-31 02:35:21 +01:00
# URL: http://www.andre-simon.de/doku/highlight/highlight.html
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: qt4 boost lua
2017-01-31 02:35:21 +01:00
2016-02-24 01:27:23 +01:00
name=highlight
version=3.23
release=1
2017-01-31 02:35:21 +01:00
source=(http://www.andre-simon.de/zip/$name-$version.tar.bz2)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle(){
2016-02-24 01:27:23 +01:00
cd $name-$version
make QMAKE=qmake-qt4
make DESTDIR=$PKG QMAKE=qmake-qt4 install
}