far2l-portable.sh 348 Bytes
Newer Older
1 2
#!/bin/sh

3 4
PKGNAME="far2l-portable"
SUPPORTEDARCHES="x86_64"
5 6 7 8
DESCRIPTION="FAR2L Portable from the official site"

. $(dirname $0)/common.sh

9 10
PKGURL=$(epm tool eget --list --latest https://github.com/spvkgn/far2l-portable/releases "far2l_x86_64.AppImage.tar")
[ -n "$PKGURL" ] || fatal "Can't get package URL"
11

12
epm --install pack $PKGNAME "$PKGURL"