# Maintainer: Levente Polyak # Contributor: Remi Gacogne pkgname=sslscan pkgver=2.0.8 pkgrel=1 pkgdesc="A fast tool to scan SSL/TLS enabled services to discover supported cipher suites" arch=('x86_64') url="https://github.com/rbsec/sslscan" license=('GPL3') depends=('openssl') source=("$pkgname-$pkgver.tar.gz::https://github.com/rbsec/sslscan/archive/${pkgver}.tar.gz") sha256sums=('c21f12082bf554908d824fcd2ce342dff1a1dbcab98efa9ea033f5ebdec7974e') build() { cd $pkgname-$pkgver make } package() { cd $pkgname-$pkgver make install DESTDIR="$pkgdir" PREFIX=/usr }