summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a36f54e37ece5bdf1378b2a8b4c366e554a133db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Fuad Saud <fuadfsaud@gmail.com>
pkgname=pocket-casts-linux-bin
provides=('pocket-casts-linux')
conflicts=('pocket-casts-linux')
pkgver=1.3.0
pkgrel=2
pkgdesc="Electron wrapper around the Pocket Casts web app with support for MPRIS (media controls)"
arch=('x86_64')
license=('MIT')
url="https://github.com/fuadsaud/pocket-casts-linux"
depends=(
  'gtk3'
  'nss'
  'libxss'
)
source=(
  "https://github.com/fuadsaud/pocket-casts-linux/releases/download/v$pkgver/pocket-casts-linux-$pkgver-x64.pacman"
  "https://raw.githubusercontent.com/fuadsaud/pocket-casts-linux/v$pkgver/LICENSE"
)
md5sums=('55089a97018d9884abd0a47a62d1ef4e'
         'd33641b160d63ec0a1de56f9f89fe400')

package() {
  cp --recursive $srcdir/{usr,opt} $pkgdir
  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}