From c6985b401141ea8b5ec4b95c4ad3a5a21ef32571 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 9 Jan 2024 13:01:22 +0000 Subject: gentoo auto-resync : 09:01:2024 - 13:01:22 --- www-apps/element/element-1.11.53.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 www-apps/element/element-1.11.53.ebuild (limited to 'www-apps/element/element-1.11.53.ebuild') diff --git a/www-apps/element/element-1.11.53.ebuild b/www-apps/element/element-1.11.53.ebuild new file mode 100644 index 000000000000..d83478c13073 --- /dev/null +++ b/www-apps/element/element-1.11.53.ebuild @@ -0,0 +1,33 @@ +# Copyright 2021-2024 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" + +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 +} -- cgit v1.2.3