#!/bin/sh
PKGNAME=neovide
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="No Nonsense Neovim Client in Rust from the official site"
URL="https://neovide.dev/"
. $(dirname $0)/common.sh
PKGURL=$(eget --list --latest https://github.com/neovide/neovide/releases "$PKGNAME.AppImage")
install_pkgurl
-
Vitaly Lipatov authored586f32e9