commit 6ee5383bf244650db29549f53691a99defa320fb parent c0b4f94fee312436f6ac6aa8dd64418a9424bbec Author: vin <git@vineetk.net> Date: Sun, 16 Nov 2025 00:20:24 -0500 add qutebrowser Diffstat:
| A | qutebrowser/.md5sum | | | 1 | + |
| A | qutebrowser/Pkgfile | | | 16 | ++++++++++++++++ |
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/qutebrowser/.md5sum b/qutebrowser/.md5sum @@ -0,0 +1 @@ +4dd91e8577730c51cc54fb739c87b560 qutebrowser-3.6.1.tar.gz diff --git a/qutebrowser/Pkgfile b/qutebrowser/Pkgfile @@ -0,0 +1,16 @@ +# Description: A keyboard-driven, vim-like browser based on Python and Qt. +# URL: https://github.com/qutebrowser/qutebrowser +# Maintainer: Shokara Kou, kou at 13f0 dot net +# Depends on: python3-pyqt6-webengine python3-adblock python3-colorama python3-jinja2 python3-markupsafe python3-pygments python3-pyyaml asciidoc + +name=qutebrowser +version=3.6.1 +release=1 +source=(https://github.com/qutebrowser/qutebrowser/archive/v$version/$name-$version.tar.gz) + +build() { + cd $name-$version + + python3 setup.py build + make -f misc/Makefile DESTDIR=$PKG PREFIX=/usr install +}