testssl.sh: package is noarch.
This commit is contained in:
parent
c5f121f934
commit
981b9dfbf1
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'testssl.sh'
|
||||
pkgname=testssl.sh
|
||||
version=2.6
|
||||
revision=1
|
||||
revision=2
|
||||
depends="libressl"
|
||||
short_desc="Command line tool which checks a server for the support of TLS/SSL"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
|
@ -9,6 +9,8 @@ license="GPL-2"
|
|||
homepage="http://testssl.sh"
|
||||
distfiles="https://github.com/drwetter/testssl.sh/archive/v$version.tar.gz"
|
||||
checksum=286b3285f096a5d249de1507eee88b14848514696bc5bbc4faceffa46b563ebd
|
||||
noarch=yes
|
||||
|
||||
|
||||
do_install() {
|
||||
vbin testssl.sh
|
||||
|
|
Loading…
Reference in New Issue