summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3f3b2ddad432163ad975cb41ca239b353c9c2905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: gsh <gsh20040816@gmail.com>
pkgname=cider2-bin
pkgver=2.5.0
pkgrel=1
pkgdesc="A cross-platform Apple Music experience built on Vue.js and written from the ground up with performance in mind"
arch=('x86_64')
url="https://cider.sh/"
depends=(gtk3 nss libxss libxtst xdg-utils at-spi2-core libsecret)
optdepends=('libnotify: Playback notifications')
license=('unknown')
conflicts=('cider' 'cider-git')
sha256sums=('31fafd8b01e53fb86a15047113d9d1f60236f158111dea8f22aa45d131b647c1')

# Download the DEB file (you can also provide a direct link)
source=("file://cider-linux-debian_x64.deb")

package() {
  cd "$srcdir"
  bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}/"
  install -d "$pkgdir/usr/bin/"
  ln -sf "/opt/Cider/cider" "${pkgdir}/usr/bin/cider"
}