diff --git a/srcpkgs/masscan/template b/srcpkgs/masscan/template index 2d68d2cf2e6..5d1c05ce71a 100644 --- a/srcpkgs/masscan/template +++ b/srcpkgs/masscan/template @@ -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 +}