Commit 296bbf7e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add everdo

parent 33bdb697
#!/bin/sh
PKGNAME=everdo
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="A productivity app for GTD (Getting Things Done) from the official site"
URL="https://everdo.net/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# https://release.everdo.net/1.9.0/everdo_1.9.0_amd64.deb
# https://release.everdo.net/1.9.0/Everdo-1.9.0.AppImage
PKGURL=$(eget --list --latest "https://everdo.net/getting-started/?d=deb" "$PKGNAME*.deb")
install_pkgurl
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment