wok view get-anydesk/receipt @ rev 24938
mypaint-brushes: add current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 14 09:10:40 2022 +0000 (2022-04-14) |
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 }