SHORT_DESC="Linux Exploit Suggester; based on operating system release number."
WEB_SITE="https://penturalabs.github.io/Linux_Exploit_Suggester"
CATEGORY="security"
LICENSE="GPL2"
# end of get.list data
WGET_URL="https://github.com/PenturaLabs/Linux_Exploit_Suggester/tarball/master"
DEPENDS="perl"
BUILD_DEPENDS="wget"

wget -c --no-check-certificate -O - $WGET_URL | tar xzf -
mkdir -p $PACKAGE/fs/usr/bin
mv *Linux_Exploit_Sug*/Linux_Exploit_Suggester.pl $PACKAGE/fs/usr/bin
