2018-10-30 08:05:59 -07:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://rigaux.org/hexedit.html
|
|
|
|
TERMUX_PKG_DESCRIPTION="view and edit files in hexadecimal or in ASCII"
|
2019-01-21 14:53:58 +02:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-08-29 15:26:15 +05:30
|
|
|
TERMUX_PKG_VERSION=1.5
|
2018-11-01 01:14:46 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/pixel/hexedit/archive/$TERMUX_PKG_VERSION.tar.gz
|
2020-08-29 15:26:15 +05:30
|
|
|
TERMUX_PKG_SHA256=27a2349f659e995d7731ad672450f61a2e950330049a6fb59b77490c5e0015ac
|
2018-11-01 03:03:10 +01:00
|
|
|
TERMUX_PKG_DEPENDS="ncurses"
|
2019-08-12 18:28:41 +03:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
2018-11-01 01:14:46 +01:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
./autogen.sh
|
|
|
|
}
|