Files
termux-packages/packages/httping/build.sh
termux-pacman-bot 45372de8fb bump(main/httping): v2.9
Also change homepage url to GitHub repository, since the website seems
to be quite out of date.

Link to GitHub repository was found by searching for httping repository
on the GitHub username mentioned on the website
2023-01-13 15:02:47 +00:00

11 lines
574 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/folkertvanheusden/HTTPing
TERMUX_PKG_DESCRIPTION="ping-like program for http-requests"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.9
TERMUX_PKG_SRCURL=https://github.com/folkertvanheusden/HTTPing/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=37da3c89b917611d2ff81e2f6c9e9de39d160ef0ca2cb6ffec0bebcb9b45ef5d
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_DEPENDS="fftw, libandroid-support, ncurses, openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-fftw3 --with-ncurses --with-openssl"