signal-desktop-beta-bin/PKGBUILD

19 lines
671 B
Bash
Raw Normal View History

2017-11-01 09:23:26 +00:00
# Maintainer: Nemo <archlinux at captnemo dot in>
pkgname=signal-desktop-beta-bin
2018-07-29 07:23:35 +00:00
pkgver=v1.15.0beta.6
2017-11-01 09:23:26 +00:00
pkgrel=1
pkgdesc="Private messaging from your desktop"
arch=('x86_64')
url="https://github.com/WhisperSystems/Signal-Desktop#readme"
2017-12-10 14:51:35 +00:00
license=('GPL3')
2018-02-27 18:59:21 +00:00
depends=('gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss')
2017-11-01 09:23:26 +00:00
options=('!strip' '!emptydirs')
install=${pkgname}.install
2018-07-29 07:23:35 +00:00
source=("https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop-beta/signal-desktop-beta_1.15.0-beta.6_amd64.deb")
sha256sums=('f0fc24ea958d4e584de338f04fe9f7c4e2ddf53d45cffc31af40bb7639e78efe')
2018-02-27 18:59:21 +00:00
2017-11-01 09:23:26 +00:00
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
}