talimat 588 B

123456789101112131415161718192021222324
  1. # Description: Oturum açma için OAuth 2 eklentisi
  2. # URL: https://gitlab.com/accounts-sso/signon-plugin-oauth2
  3. # Packager: alihan-ozturk28@hotmail.com
  4. # Depends on: signond qt5
  5. name=signon-plugin-oauth2
  6. version=0.23
  7. release=1
  8. source=(https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz)
  9. build() {
  10. cd signon-plugin-oauth2*
  11. sed -i '/-Werror/d' common-project-config.pri
  12. # Do not install tests and example
  13. echo 'INSTALLS =' >>tests/tests.pro
  14. echo 'INSTALLS =' >>example/example.pro
  15. qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
  16. make
  17. make INSTALL_ROOT=$PKG install
  18. }