summaryrefslogtreecommitdiff
blob: 4dec48a15441806b458d27db4ad871d994315dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2008-2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="cbmbasic - Commodore BASIC V2 as a scripting language"
HOMEPAGE="http://www.pagetable.com/?p=48"
SRC_URI="http://www.weihenstephan.org/~michaste/pagetable/recompiler/cbmbasic.zip"

LICENSE="GPL-COMPATIBLE"
SLOT="0"
KEYWORDS="amd64 x86 sparc"
IUSE=""

DEPEND=""
RDEPEND=""

S=${WORKDIR}

src_install() {
	dobin cbmbasic
	dodoc README.txt
}