22 lines
811 B
Bash
22 lines
811 B
Bash
# Template file for 'impacket'
|
|
pkgname=impacket
|
|
version=0.10.0
|
|
revision=3
|
|
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 <abenson+void@gmail.com>"
|
|
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=b8eb020a2cbb47146669cfe31c64bb2e7d6499d049c493d6418b9716f5c74583
|
|
make_check=extended
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|