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:
parent
066b045b7a
commit
0400ae39b5
@ -3,12 +3,13 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit git-r3
|
inherit eutils git-r3
|
||||||
|
|
||||||
DESCRIPTION="Colorized REPL for GNU Guile"
|
DESCRIPTION="Colorized REPL for GNU Guile"
|
||||||
HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
|
HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
|
||||||
EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
|
EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
|
||||||
|
|
||||||
|
RESTRICT="mirror"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
@ -21,6 +22,10 @@ DEPEND="
|
|||||||
${RDEPEND}
|
${RDEPEND}
|
||||||
"
|
"
|
||||||
|
|
||||||
|
DOCS=(
|
||||||
|
README.md
|
||||||
|
)
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
|
||||||
@ -32,6 +37,8 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
einstalldocs
|
||||||
|
|
||||||
local loadpath=$(guile -c "(display (string-append (car %load-path) \"/ice-9\"))")
|
local loadpath=$(guile -c "(display (string-append (car %load-path) \"/ice-9\"))")
|
||||||
mkdir -p "${D}${loadpath}"
|
mkdir -p "${D}${loadpath}"
|
||||||
emake TARGET="${D}${loadpath}" install
|
emake TARGET="${D}${loadpath}" install
|
||||||
|
Loading…
Reference in New Issue
Block a user