www-apps/element: add 1.12.27

Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2026-09-15 13:50:32 +02:00
parent cdc237d20d
commit 8b5cd69e34
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST element-v1.12.25.tar.gz 40428525 BLAKE2B d999f6753efeb9ab9bad4ef5d869c27d0364e530486221c7bb503364915deab6569ceecc52ddbda7e2880164c48ee56e1870037a764f7553c6d1a80a71ff2bec SHA512 041e724a2246043e84eb1c7dae35430c6cec5552ce44cf3a775e8ac35a0877d0c0cb3e186473908ec9fa7d3a5d114cb9ef2b25664e3c995aaa8e41b678de9a4c
DIST element-v1.12.27.tar.gz 40519990 BLAKE2B 456e811fc12b241b673e644a93faec193bab298575e4d7826ede6f62b5ffd4eb75a74a86690d39751644674e0e6e9ac872681d8c5e3baefdaaf956ae7c97fbc4 SHA512 91884b2d81d7ee7554921b316fac041050e57407aedaffd0f2a060ebcafb0261962958496d8ede24373904f47600661f6499b9363d9f8125ef8656279b6868ca

View File

@@ -0,0 +1,32 @@
# Copyright 2021-2026 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
}