www-apps/element: add 1.11.106

Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2025-07-16 09:47:08 +02:00
parent 3957d4aadd
commit f515a3970a
2 changed files with 33 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST element-v1.11.101.tar.gz 34385333 BLAKE2B 0f6fc2f029567f824716a719391814250b3459d7a960488fb149014613a59542f0cfd00c02766ba8272f24527de7b351646ba740bba0835616a79d0214103718 SHA512 4f7a287496699d08a9b49246614c68245953b215bd728b6ed6eb486b9a56e9e7d12b108f8f4f0937650876bebdfe94180cd4950d6e9812be6cdf218cad0a57c2
DIST element-v1.11.104.tar.gz 37703103 BLAKE2B 577d28d70c8410f9bc3f0121db8b14bc9131ca66eb271d1385e4d6ec0c52dfef6f908b9dac7afc6feacd4d2d1569a42578e43ad2f86c48ed723b61716de4c5be SHA512 61aaa08645ec8a41251f687831b1211bc9520e0c6998c3a6c7eac84520d37c191dd497ef63e8b560e58b5b6df503f97f7b21a9eff3231524d384413741523354
DIST element-v1.11.106.tar.gz 37854360 BLAKE2B 5705bb03800d74aac18656fc7275a68e409216494d47a5a929ed9885cc7a6c75073c0dc98abefb878e9c3a720b4521c0eacde529a839a2de77a6514af870f389 SHA512 29fb938d8b693e15f346deb0f1f97b95b8f5ad98380a19dbc24b6ab346d3aadf306d8ba9b7e14d8e78c9e691d9097ec1b4465f23ffd1b0e33a697798da01b675

View File

@@ -0,0 +1,32 @@
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit webapp
DESCRIPTION="A glossy Matrix collaboration client for the web"
HOMEPAGE="https://element.io/"
SRC_URI="https://github.com/element-hq/element-web/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
S=${WORKDIR}/${PN}-v${PV}
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~riscv ~x86"
need_httpd
src_install() {
webapp_src_preinst
insinto "${MY_HTDOCSDIR}"
doins -r .
dodir "${MY_HTDOCSDIR}"/home
dodir "${MY_HTDOCSDIR}"/sites
webapp_serverowned "${MY_HTDOCSDIR}"/home
webapp_serverowned "${MY_HTDOCSDIR}"/sites
#webapp_configfile "${MY_HTDOCSDIR}"/config.json
webapp_src_install
}