]> Pileus Git - ~andy/sunrise/blob - app-editors/hexer/hexer-0.1.5.ebuild
sys-process/ts: Version bump. Add blockers to fix bug #285276. Don't install useless...
[~andy/sunrise] / app-editors / hexer / hexer-0.1.5.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Hex Editor with vi/ex-style user interface"
6 HOMEPAGE="http://devel.ringlet.net/editors/hexer/"
7 SRC_URI="http://devel.ringlet.net/editors/${PN}/${P}.tar.gz"
8
9 LICENSE="hexer"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 src_install() {
15         dobin ${PN} || die
16         doman ${PN}.1 || die
17         dodoc CHANGES README || die
18 }