summaryrefslogtreecommitdiffstats
path: root/qupzilla/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'qupzilla/Pkgfile')
-rw-r--r--qupzilla/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/qupzilla/Pkgfile b/qupzilla/Pkgfile
new file mode 100644
index 000000000..532ef7510
--- /dev/null
+++ b/qupzilla/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Navigateur léger basé sur webkit et QT
+# URL: http://www.qupzilla.com/
+# Packager: emmanuel at grognet dot fr
+# Maintainer: https://github.com/QupZilla/qupzilla
+# Depends on: qt
+# Run on: qt
+
+name=qupzilla
+version=1.2.0
+release=1
+source=(https://github.com/downloads/QupZilla/qupzilla/QupZilla-$version.tar.gz)
+build ()
+{
+
+cd QupZilla-$version
+
+export USE_WEBGL=true
+
+qmake QUPZILLA_PREFIX=/usr/
+
+make
+
+make INSTALL_ROOT="$PKG/" install
+
+}