From 909689fa30be3823fa15f5ba17ec42b438eacc3c Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 9 Jun 2021 16:42:04 -0500 Subject: [PATCH] New package: impacket-0.9.23 --- srcpkgs/impacket/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/impacket/template diff --git a/srcpkgs/impacket/template b/srcpkgs/impacket/template new file mode 100644 index 00000000000..3a94d0339ec --- /dev/null +++ b/srcpkgs/impacket/template @@ -0,0 +1,25 @@ +# Template file for 'impacket' +pkgname=impacket +version=0.9.23 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-future python3-six python3-chardet python3-pyasn1 + python3-pycryptodomex python3-openssl python3-ldap3 python3-Flask + ldapdomaindump" +checkdepends="python3-pytest $depends" +short_desc="Collection of Python classes for working with network protocols" +maintainer="Andrew Benson " +license="Apache-1.1, MIT" +homepage="https://www.secureauth.com/labs/open-source-tools/impacket/" +distfiles="https://github.com/SecureAuthCorp/impacket/releases/download/impacket_${version//./_}/impacket-${version}.tar.gz" +checksum=1c1be8a50cdbe3cffc566ba64f552b1b28bcc79b7a406b833956b49c56d77184 +make_check=extended + +post_install() { + vlicense LICENSE + + rm ${DESTDIR}/usr/bin/A.py \ + ${DESTDIR}/usr/bin/PoC.py \ + ${DESTDIR}/usr/bin/PoC2.py +}