1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 22:07:08 +00:00
termux-packages/packages/hexcurse/build.sh
Fredrik Fornwall 7f5bdead21 Rebuild all packages with control.tar.gz
Bump the version of all old packages that contained a control.tar.gz
file - as of now only control.tar.xz is used. See #1398.
2017-09-15 00:38:35 +02:00

9 lines
410 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/LonnyGomes/hexcurse
TERMUX_PKG_DESCRIPTION="Console hexeditor"
TERMUX_PKG_VERSION=1.60.0
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/LonnyGomes/hexcurse/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f6919e4a824ee354f003f0c42e4c4cef98a93aa7e3aa449caedd13f9a2db5530
TERMUX_PKG_FOLDERNAME=hexcurse-${TERMUX_PKG_VERSION}
TERMUX_PKG_DEPENDS="ncurses"