spotify.sh 340 Bytes
Newer Older
1 2 3
#!/bin/sh

PKGNAME=spotify-client
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="Spotify client for Linux from the official site"
7
URL="https://spotify.com"
8

9
. $(dirname $0)/common.sh
10

11
PKGURL="https://repository-origin.spotify.com/pool/non-free/s/spotify-client/$(epm print constructname $PKGNAME "$VERSION*" amd64 deb)"
12 13

install_pkgurl