1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-21 18:07:08 +00:00
termux-packages/packages/hexedit/build.sh

14 lines
481 B
Bash
Raw Normal View History

2018-10-30 15:05:59 +00:00
TERMUX_PKG_HOMEPAGE=http://rigaux.org/hexedit.html
TERMUX_PKG_DESCRIPTION="view and edit files in hexadecimal or in ASCII"
2019-01-21 12:53:58 +00:00
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
2022-07-22 19:06:29 +00:00
TERMUX_PKG_VERSION=1.6
2018-11-01 00:14:46 +00:00
TERMUX_PKG_SRCURL=https://github.com/pixel/hexedit/archive/$TERMUX_PKG_VERSION.tar.gz
2022-07-22 19:06:29 +00:00
TERMUX_PKG_SHA256=598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3
2018-11-01 02:03:10 +00:00
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_BUILD_IN_SRC=true
2018-11-01 00:14:46 +00:00
termux_step_pre_configure() {
./autogen.sh
}