wok view get-anydesk/receipt @ rev 23954

updated smplayer (20.4.2 -> 20.6.0)
author Hans-G?nter Theisgen
date Tue Sep 22 17:05:06 2020 +0100 (2020-09-22)
parents
children
line source
1 # SliTaz package receipt.
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 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-anydesk $fs/usr/bin
17 }