contrib/sslscan/Pkgfile

19 lines
515 B
Plaintext

# Description: test SSL/TLS enabled services to discover supported cipher suites
# URL: https://github.com/rbsec/sslscan
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: openssl1
name=sslscan
version=1.11.13
release=1
source=(https://github.com/rbsec/sslscan/archive/$version-rbsec.tar.gz openssl1.patch)
build() {
cd $name-$version-rbsec
patch -Np1 -i $SRC/openssl1.patch
make
install -m 755 -d $PKG/usr/bin $PKG/usr/share/man/man1
make install DESTDIR=$PKG MANDIR=/usr/share/man
}