Commit 8fbb51f3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add joplin

parent 75159067
#!/bin/sh
PKGNAME=Joplin
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Joplin - an open source note taking and to-do application with synchronisation capabilities"
URL="https://joplinapp.org/"
. $(dirname $0)/common.sh
PKGURL="$(eget --list --latest https://github.com/laurent22/joplin/releases/ "Joplin-$VERSION.AppImage")"
epm 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