milis/talimatname/genel/t/telepathy-accounts-signon/talimat

18 lines
500 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: IM hesabı sağlamak için libaccounts ve libsignon ile entegre Telepati için bir görev kontrol eklentisi
# URL: https://gitlab.com/accounts-sso/telepathy-accounts-signon
# Paketçi: milisarge
# Gerekler: qt5 telepathy-mission-control libaccounts-glib libsignon-glib
isim=telepathy-accounts-signon
surum=1.0
devir=1
kaynak=(https://gitlab.com/accounts-sso/$isim/repository/archive.tar.gz)
derle() {
mkdir -p build
cd build
qmake-qt5 ../$isim*
make INSTALL_ROOT=$PKG install
}