Create rainloop-community-1.10.5.192.ebuild

This commit is contained in:
KronoZed 2016-12-06 05:59:04 +03:00 committed by GitHub
parent 6466b3f0df
commit 92be12b055
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit webapp
# Grab from http://repository.rainloop.net/v2/core.open.json
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"
S=${WORKDIR}
src_install() {
webapp_src_preinst
insinto "${MY_HTDOCSDIR}"
doins -r .
webapp_serverowned -R "${MY_HTDOCSDIR}"/data
webapp_src_install
}