termux-packages/packages/hexedit/build.sh

11 lines
392 B
Bash
Raw Normal View History

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"
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 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
}