blob: 36f12f0301d9c8236945e3d091c24a1a335a925d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: Yaroslav de la Peña Smirnov <yps@yaroslavps.com>
pkgname=kontur-talk
pkgver=3.6.0
pkgrel=1
pkgdesc="Enterprise video conferencing client app"
arch=('x86_64')
url="https://kontur.ru/talk"
license=('custom')
makedepends=('wget' 'tar')
depends=('gtk3' 'nss' 'libxtst' 'xdg-utils' 'util-linux-libs')
provides=('kontur-talk')
source=("https://st.ktalk.host/ktalk-app/linux/ktalk${pkgver}amd64.deb")
sha256sums=('f18196e1b5f593d1feb434873465ec326a793e1277ce396ace629664dde710ca')
package() {
ar -x "${srcdir}/ktalk${pkgver}amd64.deb" data.tar.xz
tar -xJf data.tar.xz -C "${pkgdir}/"
}
|