pkgs/srcpkgs/schildichat-desktop-bin/template
2024-06-21 15:29:22 -04:00

23 lines
936 B
Bash

# Template file for 'schildichat-desktop-bin'
pkgname=schildichat-desktop-bin
_version="1.11.36-sc.3"
version=${_version//-/.}
revision=1
archs="x86_64"
hostmakedepends="bsdtar"
build_style="fetch"
depends="sqlcipher libcrypto1.1"
short_desc="Matrix client based on Element with a more traditional instant messaging experience - precompiled binaries"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
repository="cereus-extra"
license="Apache-2.0"
homepage="https://schildi.chat"
changelog="https://github.com/SchildiChat/schildichat-desktop/releases/tag/v${_version}"
distfiles="https://github.com/SchildiChat/schildichat-desktop/releases/download/v${_version}/${pkgname%-bin}_${_version}_amd64.deb"
checksum=2e540d0bf8ce979bac05c2a8e0e994464a48f0646a38bc5fcc54232ffdedf2ff
do_install() {
ar x ${pkgname%-bin}_${_version}_amd64.deb
bsdtar xf data.tar.xz -C ${DESTDIR}
vbin ${FILESDIR}/schildichat-desktop.sh schildichat-desktop
}