# This file is part of BlackArch Linux ( https://www.blackarch.org/ ). # See COPYING for license details. pkgname=cryptonark pkgver=0.5.7 pkgrel=4 pkgdesc='SSL security checker.' groups=('blackarch' 'blackarch-crypto') arch=('any') url='http://blog.techstacks.com/cryptonark.html' license=('GPL') depends=('perl-io-socket-ssl' 'perl-tie-hash-indexed' 'perl-modern-perl' 'perl-mozilla-ca') source=("http://www.techstacks.com/files/cnark-v${pkgver}.zip") sha512sums=('1fe10c93e60e406b1aecac6528d69ef6c9f745dafe6c2febe703939d799578792840c568e6a5f932dabd5763d6e4e31635f0d5a68a7567f8948bdea28863ce11') package() { install -Dm 755 cnark.pl "$pkgdir/usr/bin/cnark" }