todoist.sh 285 Bytes
Newer Older
1 2
#!/bin/sh

3
PKGNAME=Todoist-linux
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION='Todoist client application from the official site'
7
URL="https://todoist.com/"
8 9 10

. $(dirname $0)/common.sh

11 12
warn_version_is_not_supported

13
PKGURL="https://todoist.com/linux_app/appimage"
14

15
install_pkgurl