milis/talimatname/genel/w/whatsie/talimat

22 lines
624 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: A simple & beautiful desktop client for WhatsApp Web.
# 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
name=whatsie
version=2.1.0
release=1
source=(https://github.com/gsantner/whatsie/releases/download/v2.1.0/$name-$version-linux-amd64.deb)
build() {
ar x $name-$version-linux-amd64.deb
bsdtar -xf data.tar.gz -C "$PKG/"
mkdir -p "$PKG/usr/bin/"
ln -s /opt/$name/$name "$PKG/usr/bin/$name"
cd $PKG
for d in $(find . -type d); do
chmod 755 $d
done
}