summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bb4ba22d4a816ee4e4f698c860c0dd6cb191e24a (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
# Maintainer: Mikhail Velichko  <efklid@gmail.com>
# Maintainer: Lolka Team <support@lolka.app>

pkgname=lolka-bin
pkgver=1.0.100
pkgrel=1
#epoch=1
_pkgname=Lolka

pkgdesc="Lolka - voice chat and screen sharing application"
arch=("x86_64")
url="https://lolka.app"
license=("MIT")
categories=("network")
provides=(lolka)
conflicts=()
depends=("gtk3" "libnotify" "nss" "libxss" "libxtst" "xdg-utils" "util-linux-libs" "libsecret" "pipewire" "pipewire-pulse")

optdepends=(
    "libappindicator: for system tray icon" 
)

source=("${_pkgname}_${pkgver}_amd64.deb::https://storage.yandexcloud.net/lolka-electron/releases/${_pkgname}_${pkgver}_amd64.deb")
sha256sums=("15c25d3c45314d859db3753764d1b0e6d91d2528c410ef070f502483bdfc9b2c")
install=${pkgname}.install

prepare() {
    tar -xf data.tar.xz
}

build() {
    :
}

check() {
    :
}

package() {
    cp -dr --no-preserve=ownership opt usr "${pkgdir}"/
}