milis/talimatname/genel/s/speedcrunch/talimat

20 lines
362 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: Qt kullanan basit ama güçlü bir hesap makinesi
# URL: http://speedcrunch.org/
# Paketçi: milisarge
# Gerekler: qt5
# Grup: ofis
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
}