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

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

. $(dirname $0)/common.sh

10
PKGURL="https://todoist.com/linux_app/appimage"
11

12
epm install $PKGURL