parent
d1cd02f589
commit
ae990d7353
1 changed files with 5 additions and 2 deletions
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'masscan'
|
# Template file for 'masscan'
|
||||||
pkgname=masscan
|
pkgname=masscan
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="libpcap-devel"
|
depends="libpcap-devel"
|
||||||
short_desc="TCP port scanner, spews SYN packets asynchronously"
|
short_desc="TCP port scanner, spews SYN packets asynchronously"
|
||||||
maintainer="Łukasz Jendrysik <scadu@disroot.org>"
|
maintainer="Łukasz Jendrysik <scadu@disroot.org>"
|
||||||
license="AGPL-3"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://github.com/robertdavidgraham/masscan"
|
homepage="https://github.com/robertdavidgraham/masscan"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=a0686929888674892f464014806444d26ded56838d45035221ff88ee9f6ead73
|
checksum=a0686929888674892f464014806444d26ded56838d45035221ff88ee9f6ead73
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vman doc/masscan.8
|
||||||
|
vdoc doc/masscan.8.markdown
|
||||||
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue