milis/talimatname/genel/i/i3-status/talimat

20 lines
462 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: I3bar, dzen2 veya xmobar ile kullanılacak durum çubuğu üretir
# URL: https://i3wm.org/i3status/
# Paketçi: Cihan_Alkan
# Gerekler: wireless-tools confuse yajl pulseaudio libnl asciidoc
# Grup: sistem
isim=i3-status
surum=2.11
devir=1
kaynak=(https://i3wm.org/i3status/i3status-$surum.tar.bz2)
derle() {
cd i3status-$surum
make
make DESTDIR="$PKG" install
install -Dm644 LICENSE ${PKG}/usr/share/licenses/i3status/LICENSE
make clean
}