masscan: add license

This commit is contained in:
cr6git 2018-03-07 01:01:44 +01:00 committed by Toyam Cox
parent 946921b946
commit afdcb2fc3e

View file

@ -11,3 +11,7 @@ license="AGPL-3"
homepage="https://github.com/robertdavidgraham/masscan"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=51de345f677f46595fc3bd747bfb61bc9ff130adcbec48f3401f8057c8702af9
post_install() {
vlicense LICENSE
}