contrib/sslscan/Pkgfile

18 lines
456 B
Plaintext
Raw Normal View History

# 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
2020-07-23 23:05:01 +02:00
# Depends on:
2013-11-09 00:25:51 +01:00
name=sslscan
2020-09-22 22:06:48 +02:00
version=2.0.1
2013-11-09 00:25:51 +01:00
release=1
2020-07-23 23:05:01 +02:00
source=(https://github.com/rbsec/sslscan/archive/$version/$name-$version.tar.gz)
2013-11-09 00:25:51 +01:00
build() {
2020-07-23 23:05:01 +02:00
cd $name-$version
make
2013-11-09 00:25:51 +01:00
install -m 755 -d $PKG/usr/bin $PKG/usr/share/man/man1
make install DESTDIR=$PKG MANDIR=/usr/share/man
2013-11-09 00:25:51 +01:00
}