signal-desktop-beta-bin/PKGBUILD

19 lines
670 B
Bash

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