17 lines
571 B
Bash
Raw Normal View History

2020-08-25 18:50:57 +05:30
TERMUX_PKG_HOMEPAGE=https://github.com/WindSoilder/hors
TERMUX_PKG_DESCRIPTION="Instant coding answers via the command line (howdoi in rust)"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="Krishna Kanhaiya @kcubeterm"
2020-10-27 14:34:27 +05:30
TERMUX_PKG_VERSION=0.7.2
2020-08-25 18:50:57 +05:30
TERMUX_PKG_SRCURL=https://github.com/WindSoilder/hors/archive/v${TERMUX_PKG_VERSION}.tar.gz
2020-10-27 14:34:27 +05:30
TERMUX_PKG_SHA256=f59db8b343b5829dd90e80e8554ad673db714dd8459c353b08a8afbac24ab6e2
2020-08-25 18:50:57 +05:30
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
2020-10-27 14:34:27 +05:30
if [ $TERMUX_ARCH = arm ]; then
CFLAGS+=" -fno-integrated-as"
fi
2020-08-25 18:50:57 +05:30
rm -f Makefile
}