dev-scheme/guile-colorized: new package; add version 9999 (live)

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:27:50 +02:00
parent 351c3b7cc5
commit 066b045b7a
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,38 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Colorized REPL for GNU Guile"
HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"
EGIT_REPO_URI="https://gitlab.com/NalaGinrut/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=dev-scheme/guile-2.0.9
"
DEPEND="
${RDEPEND}
"
src_prepare() {
default
find "${S}" -name "*.scm" -exec touch {} + || die
}
src_compile() {
:
}
src_install() {
local loadpath=$(guile -c "(display (string-append (car %load-path) \"/ice-9\"))")
mkdir -p "${D}${loadpath}"
emake TARGET="${D}${loadpath}" install
}

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="gitlab">NalaGinrut/guile-colorized</remote-id>
</upstream>
</pkgmetadata>