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 | |
Andrew Geissler | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame] | 12 | SRCREV = "baf45a289360a39a05253949fb9d1b50e4668d8a" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 16 | inherit autotools-brokensep update-alternatives |
| 17 | |
| 18 | ALTERNATIVE_${PN} = "hexedit" |
| 19 | ALTERNATIVE_LINK_NAME[hexedit] = "${bindir}/hexedit" |
| 20 | |