Commit 0e7c41d2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add mytonwallet

parent 93427e80
#!/bin/sh
PKGNAME=MyTonWallet
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="MyTonWallet from the official site"
URL="https://mytonwallet.app/"
. $(dirname $0)/common.sh
PKGURL=$(eget --list --latest https://github.com/mytonwalletorg/mytonwallet/releases "MyTonWallet-x86_64.AppImage") || fatal "Can't get package URL"
epm 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