From 488a1bf63c1022298f26aff8cc9710f22f72a2e6 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 15 Sep 2012 17:19:01 +0000 Subject: Added app-editors/hexedit (1.2.12) exheres --- .../app-editors/hexedit/hexedit-1.2.12.exheres-0 | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/app-editors/hexedit/hexedit-1.2.12.exheres-0 (limited to 'packages/app-editors') diff --git a/packages/app-editors/hexedit/hexedit-1.2.12.exheres-0 b/packages/app-editors/hexedit/hexedit-1.2.12.exheres-0 new file mode 100644 index 0000000..896f689 --- /dev/null +++ b/packages/app-editors/hexedit/hexedit-1.2.12.exheres-0 @@ -0,0 +1,29 @@ +# Copyright 2012 Guillermo Ramos +# Distributed under the terms of the GNU General Public License v2 +# Based in part upon 'clojure-1.4.0.ebuild' from Gentoo, which is: +# Copyright 1999-2012 Gentoo Foundation + +SUMMARY="View and edit files in hex or ASCII" +HOMEPAGE="http://rigaux.org/hexedit.html" +DOWNLOADS="http://rigaux.org/${PNV}.src.tgz" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="amd64" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + sys-libs/ncurses +" + +BUGS_TO="0xwille@gmail.com" + +WORK="${WORKBASE}/${PN}" + +src_install() { + dobin hexedit + doman hexedit.1 + emagicdocs +} + -- cgit v1.2.3