# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit readme.gentoo-r1 webapp DESCRIPTION="The multipurpose rss reader, live stream, mashup, aggregation web application" HOMEPAGE="https://selfoss.aditu.de/" SRC_URI="https://github.com/SSilence/${PN}/releases/download/${PV}/${P}.zip" S="${WORKDIR}"/${PN} LICENSE="GPL-3" KEYWORDS="amd64 arm arm64 ~x86" BDEPEND="app-arch/unzip" RDEPEND=" >=dev-lang/php-5.6.0[curl,gd]