contrib/sslscan/Pkgfile

17 lines
440 B
Plaintext
Raw Normal View History

# Description: test SSL/TLS enabled services to discover supported cipher suites
# URL: https://github.com/rbsec/sslscan
2021-02-15 11:15:43 +01:00
# Maintainer: Tim Biermann, tbier at posteo dot de
2013-11-09 00:25:51 +01:00
name=sslscan
2022-07-07 22:19:54 +02:00
version=2.0.15
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
}