milis/talimatname/genel/q/qtox/talimat

22 lines
456 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: C++/Qt tabanlı tox bağlanıcısı
# URL: https://github.com/qTox/qTox
# Paketçi: milisarge
# Gerekler: cmake qt5 desktop-file-utils openal qrencode gtk2 ffmpeg sqlcipher toxcore
# Grup: ağ
isim=qtox
isim2=qTox
surum=1.10.1
devir=1
kaynak=(https://github.com/$isim2/$isim2/archive/v$surum.tar.gz)
derle() {
cd $isim2-$surum
install -d build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
make test
make
make DESTDIR="$PKG" install
}