milis/talimatname/genel/keybinder/talimat

19 lines
489 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: Genel tuş vuruşlarını kaydetmek için bir kütüphane
# URL: https://github.com/engla/keybinder
# Packager: milisarge
# Depends on: gtk2 python-gtk gobject-introspection
name=keybinder
version=0.3.1
release=1
source=(https://github.com/engla/$name/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --libexecdir=/usr/lib/$name --sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}