milis/talimatname/genel/w/whatsie/talimat

23 lines
635 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: WhatsApp Web için basit ve güzel bir masaüstü istemcisi.
# URL: https://github.com/gsantner/whatsie
# Paketçi: kadanur
# Gerekler: desktop-file-utils gconf gtk2 gvfs hicolor-icon-theme libgcrypt libgudev libnotify xorg-libxtst nss python xdg-utils
# Grup: ağ
isim=whatsie
surum=2.1.0
devir=1
kaynak=(https://github.com/gsantner/whatsie/releases/download/v2.1.0/$isim-$surum-linux-amd64.deb)
derle() {
ar x $isim-$surum-linux-amd64.deb
bsdtar -xf data.tar.gz -C "$PKG/"
mkdir -p "$PKG/usr/bin/"
ln -s /opt/$isim/$isim "$PKG/usr/bin/$isim"
cd $PKG
for d in $(find . -type d); do
chmod 755 $d
done
}