milis/talimatname/genel/q/qutebrowser/talimat

17 lines
491 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: PyQt5 tabanlı klavyeye dayalı, vim benzeri bir tarayıcı
# URL: http://www.qutebrowser.org/
# Paketçi: milisarge
# Gerekler: python3-attrs python3-jinja python3-pygments python3-pypeg2 python3-qt5 python3-yaml qt5 asciidoc
# Grup: ağ
isim=qutebrowser
surum=1.4.1
devir=1
kaynak=(https://github.com/qutebrowser/qutebrowser/releases/download/v$surum/qutebrowser-$surum.tar.gz)
derle() {
cd $isim-$surum
python3 setup.py build
make -f misc/Makefile DESTDIR="$PKG" install
}