www-apps/element: add 1.11.101

Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2025-05-26 09:24:48 +02:00
parent ed0fcc6d71
commit 4da6c86e1f
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.96.tar.gz 26393559 BLAKE2B 9e4942e30c646448614ef5fa63f54bcaaff4234ed2dc478092811bb877258a57d443bfb9dae7f67e88ebe76e33d33e37e54ad5269a04bd40b0e87de79aeeb386 SHA512 7d6b2c5f922c02ac2899ea783da6689b483e44bc6b5478709b43006f962e0582512cc865bee64130d5adcdb89e3a9b0b64aad1d7674ec3b4f82aeda7d3df9ff6
DIST element-v1.11.97.tar.gz 34092283 BLAKE2B 34da130a3cc05a3a931f1611998c6b2fc2b37befff163de9e36c7465469b54206fb53b5b34ac7e99cc04e68a965e1cf34542f5f7440e68861f9c652fd8a03688 SHA512 80a95092d6671d9518f7c036a20d43d9ae931a8c4b3d898953734089a159bad02ea6ae7ea2300c09920393a865f8e8ca842dfa5e721dd53a52f13bb00b81996c

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
}