summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 16a88380c0ef06e1adf2779502224e7eb9ecfb10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Caleb Maclennan <caleb@alerque.com>

pkgname=keet-bin
_pkgname=${pkgname%-bin}
pkgdesc='Peer-to-Peer encrypted text & video chat'
pkgver=2.5.2
pkgrel=2
arch=(x86_64)
url="https://keet.io"
license=('custom')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
options=(!strip)
_archive="${_pkgname^}-$pkgver"
source=("$_archive.tar.gz::https://static.keet.io/downloads/$pkgver/Keet-x64.tar.gz")
sha256sums=('cb42f2fb6db6e4214d84ba1e9ccdbd78b55aa48f25be97ec5b3a59e64ec57202')

package() {
	install -Dm0755 Keet.AppImage "$pkgdir/usr/bin/$_pkgname"
}