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

18 lines
406 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@gmail.com
# Gerekler: gnome-shell
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 $_name
make
make DESTDIR=$PKG install
}