tsukimi.sh 465 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh

PKGNAME=tsukimi
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='A Simple Third-party GTK4 Emby client'
URL="https://github.com/tsukinaha/tsukimi"

. $(dirname $0)/common.sh

if [ "$VERSION" = "*" ] ; then
12
    PKGURL=$(get_github_version "https://github.com/tsukinaha/tsukimi/" "tsukimi-x86_64-linux-gnu.tar.gz")
13
else
14
    PKGURL="https://github.com/tsukinaha/tsukimi/releases/download/v$VERSION/tsukimi-x86_64-linux-gnu.tar.gz"
15 16
fi

17
install_pack_pkgurl