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

18 lines
511 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.

# Description: 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
# Packager: milisarge
# Depends on: 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)
build() {
mkdir -p build
cd build
qmake-qt5 ../$name*
make INSTALL_ROOT=$PKG install
}