www-apps/selfoss: use readme.gentoo

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2021-11-26 15:23:29 +01:00
parent 34386f1016
commit 7c8de78913

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit webapp
inherit readme.gentoo-r1 webapp
DESCRIPTION="The multipurpose rss reader, live stream, mashup, aggregation web application"
HOMEPAGE="https://selfoss.aditu.de/"
@@ -24,6 +24,9 @@ RDEPEND="
)
"
DOC_CONTENTS="Default selfoss config is installed as defaults.ini;
Copy that config to config.ini and customize as you wish."
pkg_setup() {
webapp_pkg_setup
}
@@ -39,9 +42,10 @@ src_install() {
webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
webapp_src_install
readme.gentoo_create_doc
}
pkg_postinst() {
elog "Default selfoss config is installed as defaults.ini;"
elog "Copy that config to config.ini and customize as you wish."
readme.gentoo_print_elog
}