17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
# 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
|
||
|
||
isim=sslyze
|
||
surum=1.0.0
|
||
devir=1
|
||
kaynak=(https://github.com/nabla-c0d3/sslyze/archive/$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd sslyze-$surum
|
||
python2 setup.py build
|
||
python2 setup.py install --root="$PKG" --optimize=1
|
||
install -Dm644 README.md "$PKG/usr/share/doc/sslyze/README.md"
|
||
}
|