makedeb


schildichat-desktop-bin 1.11.26.sc.1-1


A Matrix Client based on Element with a more traditional instant messaging experience

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for schildichat-desktop-bin.

# Maintainer: hiddeninthesand <hiddeninthesand at protonmail dot com>

pkgname='schildichat-desktop-bin'
provides=('schildichat-desktop')
_pkgver='1.11.26-sc.1'
pkgver=${_pkgver//-/.}
pkgrel='1'
pkgdesc="A Matrix Client based on Element with a more traditional instant messaging experience"
arch=('x86_64')
depends=('libgtk-3-0' 'libnotify4' 'libnss3' 'libxss1' 'libxtst6' 'xdg-utils' 'libatspi2.0-0' 'libuuid1' 'libsecret-1-0' 'libsqlcipher0')
replaces=('schildichat-desktop')
conflicts=('schildichat-desktop' 'schildichat-desktop-git')
license=('Apache')
url="https://github.com/SchildiChat/schildichat-desktop"

source=("${url}/releases/download/v${_pkgver}/schildichat-desktop_${_pkgver}_amd64.deb")
b2sums=('ffbf77b0d149615293190cd624d753ebd863bc1eff04eb4c4955f4673dd0015d508f3ee73d010fa039dfb360e4697b4ce7769038af9e96d30c760275598b27a5')

package() {
    # Extract data.tar.xz to pkgdir
    msg2 "Extracting data.tar.xz..."
    tar -xf 'data.tar.xz' -C "${pkgdir}"
}