milis/talimatname/genel/s/speedcrunch/talimat

19 lines
322 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.

# Tanım: calculator based on QT
# URL: http://speedcrunch.org/
# Paketçi: milisarge
# Gerekler: qt5
isim=speedcrunch
surum=0.12.0
devir=1
kaynak=(https://bitbucket.org/heldercorreia/speedcrunch/get/release-$surum.tar.bz2)
derle()
{
cd */src
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR="$PKG" install
}