aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGuillermo Ramos2012-09-15 17:19:01 +0000
committerGuillermo Ramos2012-09-15 17:19:01 +0000
commit488a1bf63c1022298f26aff8cc9710f22f72a2e6 (patch)
treee44638a7e3a68486d8a97c96cdcac7e474d226fb /packages
parent938046572403a8dfc36a7655c944659a6866466d (diff)
downloadexheres-488a1bf63c1022298f26aff8cc9710f22f72a2e6.tar.gz
Added app-editors/hexedit (1.2.12) exheres
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
+}
+