void-packages/srcpkgs/testssl.sh/template
2017-09-27 11:24:18 +02:00

16 lines
464 B
Bash

# Template file for 'testssl.sh'
pkgname=testssl.sh
version=2.9.5
revision=1
depends="libressl"
short_desc="Command line tool which checks a server for the support of TLS/SSL"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://testssl.sh"
distfiles="https://github.com/drwetter/testssl.sh/archive/v$version.tar.gz"
checksum=3cd2d14b9b324545ff91d63e4261113f6ff0c6e32232cf49438b9fd2f3c8de3e
noarch=yes
do_install() {
vbin testssl.sh
}