1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 13:16:43 +00:00
termux-packages/packages/hors/build.sh
Termux Github Actions 2269b40861 hors: update to 0.7.3
2020-12-17 23:26:01 +00:00

17 lines
571 B
Bash

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"
TERMUX_PKG_VERSION=0.7.3
TERMUX_PKG_SRCURL=https://github.com/WindSoilder/hors/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f0e37fc5bb743ca577f5cae686feae5b3f6b756e69951bd441336b4a008063d7
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
if [ $TERMUX_ARCH = arm ]; then
CFLAGS+=" -fno-integrated-as"
fi
rm -f Makefile
}