milis/talimatname/genel/sxhkd/talimat

26 lines
439 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.

# Description: Sxhkd, komutları çalıştırarak girdi olaylarına tepki veren bir X arka plan programıdır.
# URL: https://github.com/baskerville/sxhkd
# Packager: milisarge
# Depends on: libxcb xcb-util xcb-util-wm xcb-util-keysyms git
name=sxhkd
version=0.5.5
release=1
source=()
build() {
git clone https://github.com/baskerville/sxhkd.git
cd $name
make PREFIX=/usr
make PREFIX=/usr DESTDIR="$PKG" install
}