New package: zmap-1.2.1 (Close #1233)
This commit is contained in:
parent
52f7a47d32
commit
f96c9628f8
1 changed files with 18 additions and 0 deletions
18
srcpkgs/zmap/template
Normal file
18
srcpkgs/zmap/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'zmap'
|
||||
pkgname=zmap
|
||||
version=1.2.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
conf_files="/etc/zmap/blacklist.conf /etc/zmap/zmap.conf"
|
||||
hostmakedepends="cmake flex byacc gengetopt pkg-config"
|
||||
makedepends="libpcap-devel gmp-devel"
|
||||
short_desc="Fast network scanner designed for Internet-wide network surveys"
|
||||
maintainer="Duncaen <mail@duncano.de>"
|
||||
license="Apache"
|
||||
homepage="https://zmap.io"
|
||||
distfiles="https://github.com/zmap/zmap/archive/v${version}.tar.gz"
|
||||
checksum=ff01f2b139e98a7e64ed2872ae332929c500dd6120888d57900fac82dccfeea8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue