signal-desktop-beta-bin/PKGBUILD

20 lines
687 B
Bash

# Maintainer: Nemo <archlinux at captnemo dot in>
pkgname=signal-desktop-beta-bin
pkgrel=1
pkgdesc="Private messaging from your desktop"
arch=('x86_64')
url="https://github.com/WhisperSystems/Signal-Desktop#readme"
license=('GPL3')
depends=('gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss')
options=('!strip' '!emptydirs')
install=${pkgname}.install
provides=('signal-desktop-beta')
pkgver=5.0.0beta.0
source=("https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop-beta/signal-desktop-beta_5.0.0-beta.0_amd64.deb")
sha256sums=('a16809725b2628b3e637f65fb6ed8052e3de5cace81395068e8e2c764d4f76fe')
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
}