todoist.sh 199 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
#!/bin/sh

PKGNAME=Todoist
SUPPORTEDARCHES="x86_64"
DESCRIPTION='Todoist client application from the official site'

. $(dirname $0)/common.sh


10
epm install "https://todoist.com/linux_app/appimage"
11