summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f3a0f2b29b9f2eeaedf0d0e53bd9fabf796464e4 (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
# Maintainer: Jean Lucas <jean@4ray.co>

pkgname=cryptocat-bin
pkgver=3.2.08
pkgrel=2
pkgdesc='Encrypted chat client based on Electron (bin)'
arch=(x86_64)
url=https://crypto.cat
license=(GPL3)
depends=(glib2 fuse2 gconf)
makedepends=(gnupg)
provides=(cryptocat)
conflicts=(cryptocat)
options=(!strip)
source=(https://download.crypto.cat/client/Cryptocat-linux-x64.zip)
sha512sums=(6bdb8d23bb1ab4b2706437806da770486001315b79956ee5939960af3eb3074b82049aab2ae0a7235ebd3a374bb46464488587be9a0e6d34a1d5c50eee9ac146)

prepare() {
  msg2 'Run `gpg --recv-keys AB266CB76091B1F8` for GPG verification to work'
  gpg --verify Cryptocat.AppImage.asc Cryptocat.AppImage
}

package() {
  install -D Cryptocat.AppImage $pkgdir/usr/bin/cryptocat
}