summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c57d835298cba2cb8b1359cbe94d5333d1b33f66 (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
27
28
29
30
# Maintainer: Pollis <hello@pollis.com>
# Generated by .github/workflows/desktop-release.yml — do not edit
# by hand; the workflow overwrites this file on every release.

pkgname=pollis
pkgver=1.8.2
pkgrel=1
pkgdesc="End-to-end encrypted messaging"
arch=('x86_64')
url="https://pollis.com"
license=('LicenseRef-proprietary')
depends=(
  'webkit2gtk-4.1'
  'gtk3'
  'libayatana-appindicator'
  'alsa-lib'
  'libpulse'
  'dbus'
)
source=("https://cdn.pollis.com/releases/v${pkgver}/pollis-v${pkgver}-linux.deb")
sha256sums=('55c2e42e2938b18be3dada37e85e426e6d5f82891039fe5f3b2733746fdaa298')

package() {
  # The Tauri .deb already lays the app out under /usr (binary at
  # /usr/bin/pollis, capture helper at /usr/bin/pollis-capture-linux,
  # .desktop + icons under /usr/share) — extract it verbatim. No
  # /opt symlink: that is the Electron layout and would clobber the
  # real /usr/bin/pollis with a dangling link.
  bsdtar -xf data.tar.* -C "${pkgdir}/"
}