[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] René Rebe [C] extra/tool [F] CROSS [L] Artistic [V] 6.4.133 [D] 9df96a8effca8ae4d4b8136bb23e310437beb4c41bd0b4ff54ba0031 framework-6.4.133.tar.gz https://github.com/rapid7/metasploit-framework/archive/6.4.133/ [ $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