www-apps/element: add 1.11.17

Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2023-01-02 11:43:58 +01:00
parent 6d5cec8200
commit a4ff020c03
2 changed files with 36 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST element-v1.11.14.tar.gz 19357656 BLAKE2B f82dede4a42ee69026b9d682a60196eb11a39165cf0e6aca644c0c01b811eb05b1f5cdb70f8fdcbbeca7fb9aab9bcb5922b8602e815dccdc829a1a67e5ab15ba SHA512 23472c65d7ba4c31a67d2ea4d146e74519e636577a14dd300445b110f8923f494f95199f6d7cbf6cf11304077179145c7bf7cbc4e5a08582d32e1e35b2b660d4
DIST element-v1.11.16.tar.gz 19267850 BLAKE2B 29fe4ebd08331ace79cfec695b7a9597c287a8d18afd7b66c07374c45e9ccba2cea3f8bae2a273860059bf2d158d562334dcaf6575fb80d233627432f8c6d0c2 SHA512 f2ef074d1bc4e776817d64ca34861680f87172fe11f5778bd1891409cf06fb9b33621e6c3893b179ce4eed0f0f9c7569e036923c9d4b09d035b47036a79d7ae9
DIST element-v1.11.17.tar.gz 19226905 BLAKE2B f4aa25b0b3a462a6055db2cf49e1d439be55fe71846eb5612139b5b93143541dd37be35098b0a2e1aa75e3dd7989b588d1ad2258f0a33564ffb5d9b5a5e754c5 SHA512 e7ebfc873b0e20e1837357f0ba50c3bf42fdbba90a8a974cd7f986030c53d918918cc88b3519fbc2338794d42d3a88bb536e26fd814f344b5bc0ca933204e9f1

View File

@@ -0,0 +1,35 @@
# Copyright 2021-2023 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/vector-im/element-web/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~riscv ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
need_httpd
S=${WORKDIR}/${PN}-v${PV}
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
}