summaryrefslogtreecommitdiff
path: root/qutebrowser/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/Pkgfile')
-rw-r--r--qutebrowser/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/qutebrowser/Pkgfile b/qutebrowser/Pkgfile
new file mode 100644
index 000000000..bae8c8384
--- /dev/null
+++ b/qutebrowser/Pkgfile
@@ -0,0 +1,15 @@
+# Description: A keyboard-driven, vim-like browser based on PyQt5
+# URL: https://www.qutebrowser.org/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: asciidoc python3-attrs python3-jinja python3-pygments python3-pypeg2 python3-pyqtwebengine python3-yaml
+
+name=qutebrowser
+version=1.8.3
+release=1
+source=(https://github.com/qutebrowser/qutebrowser/releases/download/v$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ make -f misc/Makefile all
+ make -f misc/Makefile DESTDIR=$PKG PREFIX=/usr install
+}

Generated by cgit