milis/talimatname/genel/anydesk/talimat

26 lines
703 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: Uzaktan Destek için Bir Hepsi Bir Arada Yazılım.
# URL: http://anydesk.de/
# Packager: Cihan Alkan
# Depends on: gtkglext
name=anydesk
version=2.9.3
release=1
source=(https://download.anydesk.com/linux/anydesk_2.9.3-1_amd64.deb?_ga=2.95152536.542585341.1498502992-1480999265.1498502992
user.conf)
build() {
cd $SRC
bsdtar -xf anydesk_2.9.3-1_amd64.deb?_ga=2.95152536.542585341.1498502992-1480999265.1498502992
cd $PKG
tar xf $SRC/data.tar.gz
# Programın otomatik başlamasını istiyorsanız alt satırın başına diyez işerati koyun.
rm -rf etc/
#mkdir ~/.anydesk
#echo ad.ui.lang=tr > ~/.anydesk/user.conf
#echo ad.ui.lang.auto=false >> ~/.anydesk/user.conf
}