contrib/qutebrowser/Pkgfile

21 lines
578 B
Plaintext
Raw Normal View History

2023-08-18 17:04:26 +02:00
# Description: A keyboard-driven, vim-like browser based on PyQt6
# URL: https://www.qutebrowser.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
2023-08-18 17:04:26 +02:00
# Depends on: asciidoc python3-attrs python3-jinja2 python3-pygments python3-pypeg2 python3-pyqt6-webengine python3-yaml
name=qutebrowser
2023-12-08 21:30:08 +01:00
version=3.1.0
release=1
2020-06-01 17:40:45 +02:00
source=(https://github.com/qutebrowser/qutebrowser/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
2023-08-18 17:04:26 +02:00
make -f misc/Makefile all
make -f misc/Makefile DESTDIR=$PKG PREFIX=/usr install
2023-08-18 17:04:26 +02:00
2019-12-29 16:51:54 +01:00
find $PKG \
-iname "*README*" \
-delete
}