wok diff get-anydesk/receipt @ rev 25049
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 20:10:27 2022 +0000 (2022-06-04) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-anydesk/receipt Sat Jun 04 20:10:27 2022 +0000 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="get-anydesk" 1.7 +VERSION="1.00" 1.8 +CATEGORY="non-free" 1.9 +TAGS="rdp" 1.10 +SHORT_DESC="Feature rich multi-platform remote desktop application." 1.11 +MAINTAINER="nobody@slitaz.org" 1.12 +LICENSE="custom" 1.13 +WEB_SITE="https://anydesk.com/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/bin 1.19 + cp stuff/get-anydesk $fs/usr/bin 1.20 +}