milis/talimatname/genel/s/sslyze/talimat

17 lines
468 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: SSL sunucu analiz uygulaması
# URL: https://github.com/nabla-c0d3/sslyze/
# Paketçi: milisarge
# Gerekler: python-setuptools python python-nassl python-lxml python-typing
name=sslyze
version=1.0.0
release=1
source=(https://github.com/nabla-c0d3/sslyze/archive/$version.tar.gz)
derle() {
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"
}