blob: db7a8fc2195bbc104f8fe8263b26bdffb4c1c7d6 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# Maintainer: Alois <aloisianer@proton.me>
pkgname=tensamin-bin
_pkgname=tensamin
pkgver=0.1.44
pkgrel=1
pkgdesc="True E2EE, decentralized messages. Open source and privacy first."
arch=('x86_64')
url="https://tensamin.net"
license=('custom')
depends=(nodejs
ffmpeg
glib2
nss
nspr
dbus
at-spi2-core
cups
cairo
gtk3
pango
mesa
expat
libxkbcommon
libxkbfile
wayland
systemd
alsa-lib
gcc
libvips
musl
libglvnd
libdrm
pipewire
libx11
libxcomposite
libxcursor
libxdamage
libxext
libxfixes
libxi
libxrandr
libxrender
libxtst
libxcb)
provides=('tensamin')
conflicts=('tensamin' 'tensamin-git')
source=("https://github.com/Tensamin/Frontend/releases/download/v${pkgver}/tensamin_${pkgver}_amd64.deb")
sha256sums=('SKIP')
package() {
cd "$srcdir"
ar x "${_pkgname}_${pkgver}_amd64.deb"
tar --zstd -xf data.tar.zst -C "${pkgdir}"
}
|