New Package: schildichat-desktop-bin-1.11.30.sc.2_1

This commit is contained in:
Kevin Figueroa 2024-02-19 15:32:45 -06:00
parent 4b9487edfe
commit d75ce26f3a
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
exec "/opt/SchildiChat/schildichat-desktop" "$@"

View file

@ -0,0 +1,22 @@
# Template file for 'schildichat-desktop-bin'
pkgname=schildichat-desktop-bin
_version="1.11.30-sc.2"
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>"
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=ad9bb5cee3c68d9c4d1bf102a50ddaa3dfd2e1005ff1e009e78c82edececc4bc
do_install() {
ar x ${pkgname%-bin}_${_version}_amd64.deb
bsdtar xf data.tar.xz -C ${DESTDIR}
vbin ${FILESDIR}/schildichat-desktop.sh schildichat-desktop
}