signal-desktop-beta-bin/PKGBUILD

20 lines
797 B
Bash

# Generated by debtap
# Maintainer: Nemo <archlinux at captnemo dot in>
pkgname=signal-desktop-beta
pkgver=1.1.0beta.1
pkgrel=1
pkgdesc="Private messaging from your desktop"
arch=('x86_64')
url="https://github.com/WhisperSystems/Signal-Desktop#readme"
license=('GPLv3')
depends=('desktop-file-utils' 'gconf' 'hicolor-icon-theme' 'libappindicator-gtk2' 'libnotify' 'libxss' 'libxtst' 'nss')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop-beta/signal-desktop-beta_1.1.0-beta.1_amd64.deb")
sha512sums=('49e19fcb6442f118f0812567f40629988327b801d15ce6654d8d18bc2ebaf01c805761d4b348dadbf7045722b6fb453d84bdcab62e6b4c2e8e60bebb302762e9')
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
}