www-apps/snappymail - 2.38.2 (zGentoo)

Search

Package Information

Description:
Simple, modern and fast web-based email client
Homepage:
https://snappymail.eu/
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
2.38.2 8 amd64 x86
View Raw Ebuild
# Copyright 1999-2025 Gentoo Foundation
# 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="https://snappymail.eu/"
SRC_URI="https://github.com/the-djmaze/snappymail/releases/download/v${PV}/${P}.tar.gz"
LICENSE="AGPL-3"

KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="
	dev-lang/php[curl,iconv,ssl,xml]
	virtual/httpd-php
"
DEPEND="${RDEPEND}"

S=${WORKDIR}

src_prepare() {
	eapply_user
}

src_install() {
	webapp_src_preinst

	insinto "${MY_HTDOCSDIR}"
	doins -r .

	webapp_serverowned -R "${MY_HTDOCSDIR}"/data
	webapp_src_install
}

Dependencies

DEPEND

	dev-lang/php[curl,iconv,ssl,xml]
	virtual/httpd-php

RDEPEND

	dev-lang/php[curl,iconv,ssl,xml]
	virtual/httpd-php

Manifest for 2.38.2

Type File Size Source URLs
DIST snappymail-2.38.2.tar.gz 6816164 bytes https://github.com/the-djmaze/snappymail/releases/download/v2.38.2/snappymail-2.38.2.tar.gz