dev-scheme/guile-colorized: add documentation

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-06-16 00:33:58 +02:00
parent 066b045b7a
commit 0400ae39b5
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A

View File

@ -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