milis/talimatname/genel/q/qtermwidget/talimat

23 lines
485 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: QTerminal tarafından kullanılan Qt için bir terminal aracı
# URL: https://github.com/lxqt//qterminal/
# Paketçi: Cihan_Alkan
# Gerekler: qt5 lxqt-build-tools
# Grup: sistem
isim=qtermwidget
surum=0.9.0
devir=1
kaynak=()
derle() {
git_indir https://github.com/lxde/qtermwidget $isim
mkdir -p build
cd build
cmake $SRC/$isim \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR="$PKG/" install
}