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

PKGNAME=spotify-client
4
SUPPORTEDARCHES="x86_64"
5
DESCRIPTION="Spotify client for Linux from the official site"
6

7
. $(dirname $0)/common.sh
8 9 10 11


# epm uses eget to download * names
epm install "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/$(epm print constructname $PKGNAME "*" amd64 deb)"