www-apps/element: add 1.11.104

Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2025-06-21 08:42:29 +02:00
parent 63e897b0dd
commit 836a872397
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST element-v1.11.101.tar.gz 34385333 BLAKE2B 0f6fc2f029567f824716a719391814250b3459d7a960488fb149014613a59542f0cfd00c02766ba8272f24527de7b351646ba740bba0835616a79d0214103718 SHA512 4f7a287496699d08a9b49246614c68245953b215bd728b6ed6eb486b9a56e9e7d12b108f8f4f0937650876bebdfe94180cd4950d6e9812be6cdf218cad0a57c2
DIST element-v1.11.104.tar.gz 37703103 BLAKE2B 577d28d70c8410f9bc3f0121db8b14bc9131ca66eb271d1385e4d6ec0c52dfef6f908b9dac7afc6feacd4d2d1569a42578e43ad2f86c48ed723b61716de4c5be SHA512 61aaa08645ec8a41251f687831b1211bc9520e0c6998c3a6c7eac84520d37c191dd497ef63e8b560e58b5b6df503f97f7b21a9eff3231524d384413741523354

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
}