summaryrefslogtreecommitdiff
blob: 2b6726264bb6b6147a7f4fcc13b923dd7775273a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Hex Editor with vi/ex-style user interface"
HOMEPAGE="http://devel.ringlet.net/editors/hexer/"
SRC_URI="http://devel.ringlet.net/editors/${PN}/${P}.tar.gz"

LICENSE="hexer"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_install() {
	dobin ${PN} || die
	doman ${PN}.1 || die
	dodoc CHANGES README || die
}