Commit 3356944c authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play: added Lenza (eterbug #18324)

parent 83860f81
#!/bin/sh
PKGNAME=Lenza
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='Lenza — мессенджер для общения в твоей команде'
URL="https://lenzaos.com/"
. $(dirname $0)/common.sh
if [ "$VERSION" = "*" ] ; then
VERSION=$(eget -O- https://lenzaos.com/ | grep -oP 'Lenza-\K[0-9]+\.[0-9]+\.[0-9]+(?=\.AppImage)')
fi
PKGURL="https://software.lenzaos.com/app-chats/$PKGNAME-$VERSION.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