www-apps/rainloop - 1.16.0 (voyageur)

Search

Package Information

Description:
Simple, modern and fast web-based email client
Homepage:
http://www.rainloop.net
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
1.16.0 8 ~amd64 ~x86
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit webapp

DESCRIPTION="Simple, modern and fast web-based email client"
HOMEPAGE="http://www.rainloop.net"
SRC_URI="https://github.com/RainLoop/rainloop-webmail/releases/download/v${PV}/${P}.zip"
LICENSE="AGPL-3"

KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="dev-lang/php[curl,iconv,json(+),ssl,xml]
	virtual/httpd-php"
BDEPEND="app-arch/unzip"

S=${WORKDIR}

src_install() {
	webapp_src_preinst

	insinto "${MY_HTDOCSDIR}"
	doins -r .

	webapp_serverowned -R "${MY_HTDOCSDIR}"/data

	webapp_src_install
}

Dependencies

RDEPEND

dev-lang/php[curl,iconv,json(+),ssl,xml]
	virtual/httpd-php

BDEPEND

app-arch/unzip

Manifest for 1.16.0

Type File Size Source URLs
DIST rainloop-1.16.0.zip 7076180 bytes https://github.com/RainLoop/rainloop-webmail/releases/download/v1.16.0/rainloop-1.16.0.zip