From afdcb2fc3e61709bad9e8303967b14f516a130f3 Mon Sep 17 00:00:00 2001 From: cr6git Date: Wed, 7 Mar 2018 01:01:44 +0100 Subject: [PATCH] masscan: add license --- srcpkgs/masscan/template | 4 ++++ 1 file changed, 4 insertions(+) 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 +}