summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e74bc9c3605a8e6d28659ff0a515aa768e882027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Albin Larsson <mail@albinlarsson.com>

pkgname=spotify-fixer
pkgver=0.1.0
pkgrel=2
pkgdesc='Fixes Spotify scaling and launching behavior'
arch=('any')
url="https://github.com/friday/spotify-fixer"
license=('MIT')
depends=('spotify' 'python-gobject')
optdepends=('libwnck3: Fix single window app behavior (X11 only)')
source=('spotify')
sha256sums=('a1707932b52b6f8ea78336a26faba1216809183c5ff1508b5e621f17420640c4')

package() {
  install -Dm755 spotify "${pkgdir}/usr/local/bin/spotify"
}