sqlmap: dropped unmaintained port

This commit is contained in:
Tim Biermann 2021-02-02 09:42:38 +00:00
parent 3f12c180fa
commit 0f1b0deb80
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 1261 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wJ4Uzc9WIbRIC+0F3+aLuKd+lgko2TAnvx16J5o3MBluUxwKNKgjDuA2EwQ+Wl2ZcGTSdYJWnvqEfCYppHg/w4=
SHA256 (Pkgfile) = 26cb19894956d0998e59bb5893a26c9a2f7ae7f3fbc2ba18709e4b8386605e86
SHA256 (.footprint) = 4d199e5b65cec87a2b1d3a2a86722897b7f3c282cf542c23ecb026134275ba88
SHA256 (sqlmap-1.5.tar.gz) = 18c38c4ccf04e81e540527abc63130eced72b157da1d705e3af26b1d4768671d

View File

@ -1,20 +0,0 @@
# Description: automate the process of exploiting SQL injection flaws
# URL: http://sqlmap.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python3
name=sqlmap
version=1.5
release=1
source=(https://github.com/sqlmapproject/sqlmap/archive/$version/$name-$version.tar.gz)
build() {
find $name-$version -name README\* -delete
install -d $PKG/usr/share $PKG/usr/bin
cp -r $name-$version $PKG/usr/share/sqlmap
ln -s /usr/share/sqlmap/sqlmap.py $PKG/usr/bin/sqlmap
/usr/bin/python3 -mcompileall $PKG
rm -r $PKG/usr/share/sqlmap/doc
}