2018-08-23 20:22:08 +02:00
|
|
|
# Status: Does not work with openssl 1.1 or later.
|
2016-09-05 23:21:35 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/rbsec/sslscan
|
2016-09-05 22:33:44 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Fast SSL scanner"
|
2018-02-17 20:23:59 +01:00
|
|
|
TERMUX_PKG_VERSION=1.11.11
|
2016-09-05 23:21:35 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/rbsec/sslscan/archive/${TERMUX_PKG_VERSION}-rbsec.tar.gz
|
2018-02-17 20:23:59 +01:00
|
|
|
TERMUX_PKG_SHA256=93fbe1570073dfb2898a546759836ea4df5054e3a8f6d2e3da468eddac8b1764
|
2019-08-12 17:56:27 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
2016-09-05 22:33:44 +02:00
|
|
|
TERMUX_PKG_DEPENDS="openssl"
|
2016-09-05 23:21:35 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="Pierre Rudloff @Rudloff"
|
2017-05-22 23:30:27 +02:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
CPPFLAGS+=" -D__USE_GNU=1"
|
|
|
|
}
|