milis/talimatname/genel/s/sxhkd/talimat

21 lines
463 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: Sxhkd, komutları çalıştırarak girdi olaylarına tepki veren bir X arka plan programıdır.
# URL: https://github.com/baskerville/sxhkd
# Paketçi: milisarge
# Gerekler: libxcb xcb-util xcb-util-wm xcb-util-keysyms
# Grup: sistem
isim=sxhkd
surum=0.5.8
devir=1
kaynak=(https://github.com/baskerville/sxhkd/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make PREFIX=/usr
make PREFIX=/usr DESTDIR="$PKG" install
}