mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apps/element: add 1.11.84
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST element-v1.11.81.tar.gz 24406357 BLAKE2B 95ed5ee17d97dd1123f7e73874b754002196a8b203e2f6c3890d69b1bd027132e025ec5b89f786f8cdd8d22787be9ef9dbe5e81caf8330d41dde837aa02479aa SHA512 6158c601a52593f844017a718c0735693efcbc9981066e05318f219033f4dac616b5084674f2873f409357ea6d14db90a710658fbdd913b36f42a50f71d69de2
|
||||
DIST element-v1.11.84.tar.gz 24271919 BLAKE2B 66ad26c29912e3acd7a431650a452e74ec4c5194b63634f0c8e4942545e590ab75cf10de150cbb003875010e5e4696898c8361922030d0dc14d9c6cb50daf5c9 SHA512 6d8bf423216fd945304b7c878de1c285bd330d421917a862f87ececd64843c0a5294e430136bc424154526c2251a4c0ffec13dc844f9694bc793495b963aff2f
|
||||
|
||||
32
www-apps/element/element-1.11.84.ebuild
Normal file
32
www-apps/element/element-1.11.84.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user