diff --git a/srcpkgs/testssl.sh/template b/srcpkgs/testssl.sh/template new file mode 100644 index 0000000000..82e86b06b6 --- /dev/null +++ b/srcpkgs/testssl.sh/template @@ -0,0 +1,15 @@ +# Template file for 'testssl.sh' +pkgname=testssl.sh +version=2.6 +revision=1 +depends="libressl" +short_desc="Command line tool which checks a server for the support of TLS/SSL" +maintainer="Enno Boland " +license="GPL-2" +homepage="http://testssl.sh" +distfiles="https://github.com/drwetter/testssl.sh/archive/v$version.tar.gz" +checksum=286b3285f096a5d249de1507eee88b14848514696bc5bbc4faceffa46b563ebd + +do_install() { + vbin testssl.sh +}