milis/talimatname/genel/g/gnome-suspend-button/talimat

19 lines
411 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: Gnome kapatma menüsüne uyku tuşu ekler
# URL: https://github.com/laserb/gnome-shell-extension-suspend-button
# Paketçi: yasarciv67
# Gerekler: gnome-shell
# Grup: sistem
isim=gnome-suspend-button
_isim=gnome-shell-extension-suspend-button
surum=1
devir=1
kaynak=()
derle() {
git clone https://github.com/laserb/gnome-shell-extension-suspend-button.git
cd $_isim
make
make DESTDIR=$PKG install
}