aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/app-editors/hexedit/hexedit-1.2.12.exheres-029
1 files changed, 29 insertions, 0 deletions
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
+}
+