Commit ff551f9b authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play: added AFFiNE (eterbug #18345)

parent 9d5bdced
#!/bin/sh
PKGNAME=affine
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='There can be more than Notion and Miro.AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use'
URL="https://github.com/toeverything/AFFiNE"
. $(dirname $0)/common.sh
arch=x64
if [ "$VERSION" = "*" ] ; then
PKGURL=$(get_github_url "https://github.com/toeverything/AFFiNE/" "${PKGNAME}-${VERSION}-stable-linux-$arch.appimage")
else
PKGURL="https://github.com/toeverything/AFFiNE/releases/download/v$VERSION/${PKGNAME}-${VERSION}-stable-linux-$arch.appimage"
fi
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