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

18 lines
504 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
name=telepathy-accounts-signon
version=1.0
release=1
source=(https://gitlab.com/accounts-sso/$name/repository/archive.tar.gz)
derle() {
mkdir -p build
cd build
qmake-qt5 ../$name*
make INSTALL_ROOT=$PKG install
}