blob: c6f13a3637546bbeb27675ec8f58fc526a8a3e33 (
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
|
pkgbase = simplex-chat
pkgdesc = The first messaging network operating without user identifiers of any kind (CLI client)
pkgver = 6.5.1
pkgrel = 1
url = https://github.com/simplex-chat/simplex-chat
arch = x86_64
license = AGPL-3.0-only
makedepends = ghcup-hs-bin
makedepends = git
makedepends = pkgconf
depends = gcc-libs
depends = gmp
depends = libffi
depends = ncurses
depends = openssl
depends = sqlcipher
depends = zlib
conflicts = simplex-chat-bin
conflicts = simplex-chat-git
options = !lto
options = !debug
source = simplex-chat-6.5.1.tar.gz::https://github.com/simplex-chat/simplex-chat/archive/refs/tags/v6.5.1.tar.gz
sha256sums = 05e62b09581a875b3c8dee41387e287c67b6375a00e041282c8c32bba9431e07
pkgname = simplex-chat
|