mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-07 12:01:54 +02:00
commit
3784d3adbd
2 changed files with 26 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST smbmap-1.10.4.tar.gz 43580 BLAKE2B c3ed33233383d319417f20889e2f5526adba56dcf6c743d2251ee444c202c8da0422b372304a735b0dbf472c18685126ced35def53eef8dc340853a5530ab83d SHA512 61bf15c79a62b70c8c15f4af2f847429f4d5182d5e275b03097493149b66f487aa8bebd95976ac55aa7846d6a55b08c5cebeed8146bacea69896076f1c53e770
|
||||
DIST smbmap-1.10.7.tar.gz 43553 BLAKE2B 4e73f85b63517f94e768202e3f4c7676421c586215cb26b68307b4c8a7ac1c2abff702807a2ed5b5b39622a96332fc39e7ba33c2928ae6f2feb06b9b4597b63c SHA512 542e7f6019be897bedc5e8201e7cecdefa685bbec5de80520111144f532121165c522e9ffd0dcc269cb14299ed7ea85a4e0c3713a8faa4b75a7fbf81ae16c057
|
||||
|
|
|
|||
25
net-analyzer/smbmap/smbmap-1.10.7.ebuild
Normal file
25
net-analyzer/smbmap/smbmap-1.10.7.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="SMBMap is a handy SMB enumeration tool"
|
||||
HOMEPAGE="https://github.com/ShawnDEvans/smbmap"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/impacket[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
dev-python/termcolor[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue