milis/talimatname/genel/libaccounts-qt5/talimat

20 lines
670 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: Çevrimiçi hesap veritabanına erişmek için t5 tabanlı istemci kitaplığı
# URL: https://gitlab.com/accounts-sso/libaccounts-qt
# Packager: alihan-ozturk28@hotmail.com
# Depends on: qt5 libaccounts-glib
name=libaccounts-qt5
version=1.14
release=1
PKGMK_KEEP_SOURCES="no"
source=(https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.zip)
build() {
cd libaccounts*
sed -i 's|SUBDIRS += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
make
make INSTALL_ROOT=$PKG install
}