Commit a1c4f734 authored by Valentin Pechenov's avatar Valentin Pechenov Committed by Vitaly Lipatov

epm play: add yougile

parent 2b2bab2e
#!/bin/sh
PKGNAME=YouGile
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Система управления проектами и задачами"
URL="https://yougile.com"
. $(dirname $0)/common.sh
if [ "$VERSION" = "*" ] ; then
VERSION="$(eget -O- https://dist.yougile.com/app/latest.json | grep -o '"version":[^,}]*' | sed 's/[^0-9.]//g')"
fi
PKGURL="https://dist.yougile.com/app/YouGile-$VERSION-x86_64.AppImage"
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