
Receipt for package "metasploit"
# SliTaz package receipt. PACKAGE="metasploit" VERSION="5.0.91" CATEGORY="network" SHORT_DESC="An advanced open-source platform for developing, testing, and using exploit code." MAINTAINER="slaxemulator@gmail.com" LICENSE="BSD" WEB_SITE="https://www.metasploit.com/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/rapid7/$PACKAGE-framework/archive/$VERSION.tar.gz" DEPENDS="libpcap ruby" current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/$PACKAGE mkdir -p $fs/etc/profile.d cp -a $src/* $fs/usr/share/$PACKAGE echo "export PATH=$PATH:/usr/share/$PACKAGE" > \ $fs/etc/profile.d/$PACKAGE.sh chmod 755 $fs/etc/profile.d/$PACKAGE.sh }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)