sxhkd.paketlendi
This commit is contained in:
parent
d382250afb
commit
aa75827323
1 changed files with 4 additions and 10 deletions
|
@ -1,24 +1,18 @@
|
||||||
# Description: Sxhkd, komutları çalıştırarak girdi olaylarına tepki veren bir X arka plan programıdır.
|
# Description: Sxhkd, komutları çalıştırarak girdi olaylarına tepki veren bir X arka plan programıdır.
|
||||||
# URL: https://github.com/baskerville/sxhkd
|
# URL: https://github.com/baskerville/sxhkd
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on: libxcb xcb-util xcb-util-wm xcb-util-keysyms git
|
# Depends on: libxcb xcb-util xcb-util-wm xcb-util-keysyms
|
||||||
|
|
||||||
name=sxhkd
|
name=sxhkd
|
||||||
version=0.5.5
|
version=0.5.8
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=()
|
source=(https://github.com/baskerville/sxhkd/archive/$version.tar.gz::$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
cd $name-$version
|
||||||
git clone https://github.com/baskerville/sxhkd.git
|
|
||||||
|
|
||||||
cd $name
|
|
||||||
|
|
||||||
make PREFIX=/usr
|
make PREFIX=/usr
|
||||||
|
|
||||||
make PREFIX=/usr DESTDIR="$PKG" install
|
make PREFIX=/usr DESTDIR="$PKG" install
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue