notepad-next.sh 341 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#!/bin/sh

PKGNAME=NotepadNext
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="A cross-platform, reimplementation of Notepad++"
URL="https://github.com/dail8859/NotepadNext"

. $(dirname $0)/common.sh

11
PKGURL=$(eget --list --latest https://github.com/dail8859/NotepadNext/releases "NotepadNext-v$VERSION-x86_64.AppImage")
12 13

install_pkgurl