2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: SSL sunucu analiz uygulaması
|
2017-05-31 04:17:33 +02:00
|
|
|
|
# URL: https://github.com/nabla-c0d3/sslyze/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python-setuptools python python-nassl python-lxml python-typing
|
2017-05-31 04:17:33 +02:00
|
|
|
|
|
|
|
|
|
name=sslyze
|
|
|
|
|
version=1.0.0
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://github.com/nabla-c0d3/sslyze/archive/$version.tar.gz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd sslyze-$version
|
|
|
|
|
python2 setup.py build
|
|
|
|
|
python2 setup.py install --root="$PKG" --optimize=1
|
|
|
|
|
install -Dm644 README.md "$PKG/usr/share/doc/sslyze/README.md"
|
|
|
|
|
}
|