25 lines
458 B
Plaintext
25 lines
458 B
Plaintext
# Description: Çapraz platform QtWebKit tarayıcı.
|
||
# URL: http://www.qupzilla.com/
|
||
# Packager: alihan-ozturk28@hotmail.com
|
||
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit
|
||
|
||
name=qupzilla
|
||
version=2.0.1
|
||
release=1
|
||
|
||
source=( https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz)
|
||
build ()
|
||
{
|
||
|
||
cd QupZilla-$version
|
||
|
||
export USE_WEBGL=true \
|
||
|
||
qmake-qt5 QUPZILLA_PREFIX=/usr/
|
||
|
||
make
|
||
|
||
make INSTALL_ROOT="$PKG/" install
|
||
|
||
}
|