wok view get-anydesk/receipt @ rev 25143

updated plsh (1.20171014 -> 1.20200522)
author Hans-G?nter Theisgen
date Wed Jun 29 14:42:01 2022 +0100 (23 months ago)
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 }