18 lines
514 B
Bash
18 lines
514 B
Bash
# Template file for 'testssl.sh'
|
|
pkgname=testssl.sh
|
|
version=2.9.5r5
|
|
revision=1
|
|
wrksrc="${pkgname}-${version/r/-}"
|
|
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.0-only"
|
|
homepage="http://testssl.sh"
|
|
distfiles="https://github.com/drwetter/testssl.sh/archive/v${version/r/-}.tar.gz"
|
|
checksum=836a7b45455c95f17c4d7eec9468028a7fc6b613fd4b3c8e8e125b7b8206b89d
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
vbin testssl.sh
|
|
}
|