milis/talimatname/genel/m/masscan/talimat

20 lines
595 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: TCP port tarayıcı,asenkron SYNC paketleri kullanarak tarama yapar.
# URL: https://github.com/robertdavidgraham/masscan
# Paketçi: milisarge
# Gerekler: libpcap
isim=masscan
surum=master
devir=1
kaynak=(https://github.com/robertdavidgraham/masscan/archive/master.tar.gz::$isim-master.tar.gz)
derle() {
cd ${isim}-master
make
make DESTDIR="${PKG}" install
install -Dm 644 doc/masscan.8 "${PKG}/usr/share/man/man8/masscan.8"
install -Dm 644 README.md "${PKG}/usr/share/doc/${isim}/README"
install -Dm 644 doc/masscan.8.markdown "${PKG}/usr/share/doc/${isim}/DOCUMENTATION"
}