Skip to content

Commit

Permalink
app-shells/scsh-install-lib: EAPI 6 bump.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
monsieurp committed Dec 8, 2016
1 parent 97bcea6 commit 8895d3b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions app-shells/scsh-install-lib/scsh-install-lib-1.3.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit scsh

DESCRIPTION="Installation tool for the Scheme Untergrund Library"
HOMEPAGE="http://lamp.epfl.ch/~schinz/scsh_packages/"
SRC_URI="http://lamp.epfl.ch/~schinz/scsh_packages/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=app-shells/scsh-0.6.6"

src_prepare() {
default
}

src_install() {
dodir "${SCSH_MODULES_PATH}"
./install.scm ${SCSH_LAYOUT_CONF} \
--bindir /usr/bin \
--force \
|| die "./install.scm failed"
}

0 comments on commit 8895d3b

Please sign in to comment.