1 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2 # Contributor: brent s. <bts[at]square-r00t[dot]net>
3 # Contributor: Joris Steyn <jorissteyn@gmail.com>
4 # Contributor: Ondrej Kucera <ondrej.kucera@centrum.cz>
9 pkgdesc='A ping-like tool for http-requests'
10 url='https://www.vanheusden.com/httping/'
13 depends=('openssl' 'ncurses' 'fftw')
14 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/folkertvanheusden/HTTPing/archive/refs/tags/v${pkgver}.tar.gz")
15 sha512sums=('74d4a98590b6862a2f15fffdf3bc58e3226a94c7aebbe60135695397b20e6cb71fe8c2af75b8525724f2f9ce6530d1f8eecd3193bc50f31d254bbb9903615019')
19 ./configure --with-tfo
25 make DESTDIR="${pkgdir}" install