wok-next view get-anydesk/receipt @ rev 21716

created get-anydesk
author Hans-G?nter Theisgen
date Tue Jul 28 11:20:16 2020 +0100 (2020-07-28)
parents
children fa5506aefa0d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="get-anydesk"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 TAGS="rdp"
7 SHORT_DESC="Feature rich multi-platform remote desktop application"
8 MAINTAINER="nobody@slitaz.org"
9 LICENSE="custom"
10 WEB_SITE="https://anydesk.com/"
12 compile_rules()
13 {
14 install -Dm755 $stuff/get-anydesk $install/usr/bin
15 }
17 genpkg_rules()
18 {
19 copy @std
20 }