milis/talimatname/genel/sxhkd/talimat

20 lines
465 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
name=sxhkd
version=0.5.8
release=1
source=(https://github.com/baskerville/sxhkd/archive/$version.tar.gz::$name-$version.tar.gz)
build() {
cd $name-$version
make PREFIX=/usr
make PREFIX=/usr DESTDIR="$PKG" install
}