From d162ba1860a88062f4cd61f8b52fc303ba0b2991 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Aug 2021 00:16:33 +0100 Subject: gentoo resync : 07.08.2021 --- www-apps/nextcloud/nextcloud-20.0.12.ebuild | 43 +++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 www-apps/nextcloud/nextcloud-20.0.12.ebuild (limited to 'www-apps/nextcloud/nextcloud-20.0.12.ebuild') diff --git a/www-apps/nextcloud/nextcloud-20.0.12.ebuild b/www-apps/nextcloud/nextcloud-20.0.12.ebuild new file mode 100644 index 000000000000..2aebb2320d5d --- /dev/null +++ b/www-apps/nextcloud/nextcloud-20.0.12.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit webapp + +DESCRIPTION="Personal cloud that runs on your own server" +HOMEPAGE="https://nextcloud.com/" +SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2" +LICENSE="AGPL-3" + +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="+curl +imagemagick mysql postgres +sqlite" +REQUIRED_USE="|| ( mysql postgres sqlite )" + +DEPEND="" +RDEPEND="