vp-build/srcpkgs/testssl.sh/template

17 lines
462 B
Bash

# Template file for 'testssl.sh'
pkgname=testssl.sh
version=2.8
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=76763037e0ef89753fabed5620a24e163b70b4acedeb73448d1f116ba5214975
noarch=yes
do_install() {
vbin testssl.sh
}