talimat 476 B

12345678910111213141516171819
  1. # Description: Çapraz platform QtWebKit tarayıcı.
  2. # URL: http://www.qupzilla.com/
  3. # Packager: milisarge
  4. # Depends on: qt5 desktop-file-utils hunspell qt5-webkit
  5. name=qupzilla
  6. version=2.1.2
  7. release=1
  8. source=( https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz)
  9. build () {
  10. cd QupZilla-$version
  11. export USE_WEBGL=true \
  12. export DISABLE_UPDATES_CHECK=true \
  13. qmake-qt5 QUPZILLA_PREFIX=/usr/
  14. make
  15. make INSTALL_ROOT="$PKG/" install
  16. }