# 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 }