summaryrefslogtreecommitdiff
blob: 401c626c72df05260feeb6bcae9405fa92082bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

S=${WORKDIR}/dlx

DESCRIPTION="DLX Simulator"
HOMEPAGE="https://www.davidviner.com/dlx"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc x86"
IUSE=""

src_install() {
	dobin masm mon dasm
	dodoc README.txt MANUAL.TXT
}