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"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2020-08-29 11:56:15 +02:00
|
|
|
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 11:56:15 +02:00
|
|
|
TERMUX_PKG_SHA256=27a2349f659e995d7731ad672450f61a2e950330049a6fb59b77490c5e0015ac
|
2018-11-01 03:03:10 +01:00
|
|
|
TERMUX_PKG_DEPENDS="ncurses"
|
2019-08-12 17:28:41 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
2018-11-01 01:14:46 +01:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
./autogen.sh
|
|
|
|
}
|