summaryrefslogtreecommitdiff
blob: 71e487b88631d42823a2137e59f14bc5b83e7f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/bashforth-0.55.ebuild,v 1.1 2006/05/26 03:05:48 mkennedy Exp $

DESCRIPTION="BashForth is a string-threaded Forth interpreter in Bash."
HOMEPAGE="http://www.forthfreak.net/index.cgi?BashForth"
SRC_URI="http://forthfreak.net/bashforth.versions/bashforth_v0.55"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">app-shells/bash-2.04"

S=${WORKDIR}

src_unpack() {
	cp ${DISTDIR}/bashforth_v${PV} ${S}
}

src_install() {
	newbin bashforth_v${PV} bashforth
}