milis/talimatname/genel/d/dtkwm/talimat

18 lines
354 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: Deepin Tool Kit Wm
# URL: https://github.com/linuxdeepin/dtkwm
# Paketçi: Cihan Alkan
# Gerekler: qt5 dtkcore
# Grup: sistem
isim=dtkwm
surum=2.0.8
devir=1
kaynak=(https://github.com/linuxdeepin/dtkwm/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd dtkwm-$surum
qmake-qt5 PREFIX=/usr
make
make INSTALL_ROOT="$PKG" install
}