You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
344 B

TERMUX_PKG_VERSION=0.5
TERMUX_PKG_HOMEPAGE=https://github.com/radare/ired
TERMUX_PKG_SRCURL=https://github.com/radare/ired/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_FOLDERNAME=ired-${TERMUX_PKG_VERSION}
TERMUX_PKG_DESCRIPTION="Minimalist hexadecimal editor"
termux_step_make () {
cd ../src
make
make install PREFIX=${TERMUX_PREFIX}
}