17 lines
470 B
Bash
17 lines
470 B
Bash
# Template file for 'masscan'
|
|
pkgname=masscan
|
|
version=1.0.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
depends="libpcap-devel"
|
|
short_desc="TCP port scanner, spews SYN packets asynchronously"
|
|
maintainer="Łukasz Jendrysik <scadu@disroot.org>"
|
|
license="AGPL-3"
|
|
homepage="https://github.com/robertdavidgraham/masscan"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=a0686929888674892f464014806444d26ded56838d45035221ff88ee9f6ead73
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|