2018-10-30 16:05:59 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://rigaux.org/hexedit.html
|
|
|
|
TERMUX_PKG_DESCRIPTION="view and edit files in hexadecimal or in ASCII"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2018-11-01 01:14:46 +01:00
|
|
|
TERMUX_PKG_VERSION=1.4.2
|
|
|
|
TERMUX_PKG_SHA256=c81ffb36af9243aefc0887e33dd8e41c4b22d091f1f27d413cbda443b0440d66
|
|
|
|
TERMUX_PKG_SRCURL=https://github.com/pixel/hexedit/archive/$TERMUX_PKG_VERSION.tar.gz
|
2018-11-01 03:03:10 +01:00
|
|
|
TERMUX_PKG_DEPENDS="ncurses"
|
2018-11-01 01:10:15 +01:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
2018-11-01 01:14:46 +01:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
./autogen.sh
|
|
|
|
}
|