mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
16 lines
549 B
Bash
16 lines
549 B
Bash
TERMUX_PKG_HOMEPAGE=http://rigaux.org/hexedit.html
|
|
TERMUX_PKG_DESCRIPTION="view and edit files in hexadecimal or in ASCII"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.6
|
|
TERMUX_PKG_SRCURL=https://github.com/pixel/hexedit/archive/$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
|
|
TERMUX_PKG_DEPENDS="ncurses"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
./autogen.sh
|
|
}
|