Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "view and edit files in hexadecimal or in ASCII" |
2 | HOMEPAGE = "http://rigaux.org/hexedit.html" | ||||
3 | SECTION = "console/utils" | ||||
4 | LICENSE = "GPLv2+" | ||||
5 | DEPENDS = "ncurses" | ||||
6 | |||||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||||
8 | |||||
9 | SRC_URI = "git://github.com/pixel/hexedit.git \ | ||||
10 | " | ||||
11 | |||||
12 | SRCREV = "800e4b2e6280531a84fd23ee0b48e16baeb90878" | ||||
13 | |||||
14 | S = "${WORKDIR}/git" | ||||
15 | |||||
16 | inherit autotools-brokensep |