dev-scheme/scmxlate - 20090410-r2 (gentoo)

Search

Install

Install this version:

emerge -a =dev-scheme/scmxlate-20090410-r2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-scheme/scmxlate-20090410-r2

Or alternatively:

emerge --autounmask-write -a =dev-scheme/scmxlate-20090410-r2

Package Information

Description:
Scmxlate is a configuration tool for software packages written in Scheme
Homepage:
http://www.ccs.neu.edu/home/dorai/scmxlate/scmxlate.html
License:
freedist

Ebuild Details

Version EAPI Keywords Slot
20090410-r2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Scmxlate is a configuration tool for software packages written in Scheme"
HOMEPAGE="http://www.ccs.neu.edu/home/dorai/scmxlate/scmxlate.html"
SRC_URI="http://evalwhen.com/scmxlate/scmxlate.tar.bz2
	-> ${P}.tar.bz2"
S="${WORKDIR}"/${PN}

LICENSE="freedist" # license doesn't grant the right for modifications
SLOT="0"
KEYWORDS="~amd64 ~x86"

DOCS=( README )

src_compile() {
	:
}

src_install() {
	insinto /usr/share/${PN}/
	doins *.cl *.scm

	einstalldocs
}