milis/talimatname/genel/d/deepin-calculator/talimat

18 lines
449 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: Sıradan kullanıcılar için kullanımı kolay bir hesap makinesi
# URL: https://github.com/linuxdeepin/deepin-calculator
# Paketçi: Cihan Alkan
# Gerekler: python qt5 dtkwidget
# Grup: sistem
isim=deepin-calculator
surum=1.0.2
devir=1
kaynak=(https://github.com/linuxdeepin/deepin-calculator/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
qmake-qt5 PREFIX=/usr
make
make INSTALL_ROOT="${PKG}" install
}