From 0400ae39b5e76258b58d1f9ba713ad24ebeef902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 16 Jun 2020 00:33:58 +0200 Subject: [PATCH] dev-scheme/guile-colorized: add documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Maciej Barć --- dev-scheme/guile-colorized/guile-colorized-9999.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-scheme/guile-colorized/guile-colorized-9999.ebuild b/dev-scheme/guile-colorized/guile-colorized-9999.ebuild index dbd8201..8c0f68e 100644 --- a/dev-scheme/guile-colorized/guile-colorized-9999.ebuild +++ b/dev-scheme/guile-colorized/guile-colorized-9999.ebuild @@ -3,12 +3,13 @@ EAPI=7 -inherit git-r3 +inherit eutils git-r3 DESCRIPTION="Colorized REPL for GNU Guile" HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/" EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git" +RESTRICT="mirror" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" @@ -21,6 +22,10 @@ DEPEND=" ${RDEPEND} " +DOCS=( + README.md +) + src_prepare() { default @@ -32,6 +37,8 @@ src_compile() { } src_install() { + einstalldocs + local loadpath=$(guile -c "(display (string-append (car %load-path) \"/ice-9\"))") mkdir -p "${D}${loadpath}" emake TARGET="${D}${loadpath}" install