milis/talimatname/genel/q/qutebrowser/talimat

18 lines
508 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: Cihan_Alkan
# Gerekler: pyattrs pyjinja pygments pypeg2 python3-qt5 python3-yaml qt5 asciidoc
# Grup: ağ
isim=qutebrowser
surum=1.1.1
devir=1
kaynak=(https://github.com/qutebrowser/qutebrowser/releases/download/v$surum/qutebrowser-$surum.tar.gz)
derle() {
cd $isim-$surum
a2x -f manpage doc/qutebrowser.1.asciidoc
python3 setup.py build
make -f misc/Makefile DESTDIR="$PKG" install
}