[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/metasploit/metasploit.desc [COPY] Copyright (C) 2006 - 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A platform for developing and using exploit code [T] The Metasploit Framework is a platform for developing, testing, [T] and using exploit code. [U] https://metasploit.org/projects/Framework/ [A] Metasploit Project [M] The T2 Project [C] extra/tool [F] CROSS [L] Artistic [S] Stable [V] 6.4.112 [D] 35a672db9a5b9164df0c38d46a982db643da597c6417cfb6ddc76109 framework-6.4.112.tar.gz https://github.com/rapid7/metasploit-framework/archive/6.4.112/ [ $prefix_auto = 1 ] && prefix="opt/metasploit" && set_confopt runmake=0 install_msf() { mkdir -pv $root/$prefix cp -av $builddir/$xsrcdir/* $root/$prefix/ } hook_add postmake 5 install_msf