summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2025-11-16 00:20:24 -0500
committervin <git@vineetk.net>2025-11-16 00:23:55 -0500
commit6ee5383bf244650db29549f53691a99defa320fb (patch)
treec25e8f9ce052a3441d177b8b0a8645e2bdb31e45
parentc0b4f94fee312436f6ac6aa8dd64418a9424bbec (diff)
add qutebrowser
-rw-r--r--qutebrowser/.md5sum1
-rw-r--r--qutebrowser/Pkgfile16
2 files changed, 17 insertions, 0 deletions
diff --git a/qutebrowser/.md5sum b/qutebrowser/.md5sum
new file mode 100644
index 0000000..49e3507
--- /dev/null
+++ b/qutebrowser/.md5sum
@@ -0,0 +1 @@
4dd91e8577730c51cc54fb739c87b560 qutebrowser-3.6.1.tar.gz
diff --git a/qutebrowser/Pkgfile b/qutebrowser/Pkgfile
new file mode 100644
index 0000000..b7866d6
--- /dev/null
+++ b/qutebrowser/Pkgfile
@@ -0,0 +1,16 @@
1# Description: A keyboard-driven, vim-like browser based on Python and Qt.
2# URL: https://github.com/qutebrowser/qutebrowser
3# Maintainer: Shokara Kou, kou at 13f0 dot net
4# Depends on: python3-pyqt6-webengine python3-adblock python3-colorama python3-jinja2 python3-markupsafe python3-pygments python3-pyyaml asciidoc
5
6name=qutebrowser
7version=3.6.1
8release=1
9source=(https://github.com/qutebrowser/qutebrowser/archive/v$version/$name-$version.tar.gz)
10
11build() {
12 cd $name-$version
13
14 python3 setup.py build
15 make -f misc/Makefile DESTDIR=$PKG PREFIX=/usr install
16}