milis/talimatname/genel/k/keybinder3/talimat

19 lines
543 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: Genel klavye kısayollarını kaydetmek için bir kütüphane
# URL: https://github.com/engla/keybinder/tree/keybinder-3.0
# Paketçi: Cihan_Alkan
# Gerekler: gobject-introspection gtk3
# Grup: kütüphane
isim=keybinder3
surum=0.3.2
devir=1
kaynak=(https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v$surum/keybinder-3.0-$surum.tar.gz)
derle() {
cd keybinder-3.0-$surum
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
install -Dm644 COPYING "$PKG/usr/share/licenses/$isim/LICENSE"
}