19 lines
543 B
Plaintext
19 lines
543 B
Plaintext
|
# 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"
|
|||
|
}
|