mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
polenum: v1.4 bump
This commit is contained in:
parent
046aba0f9b
commit
2301a29a8e
2 changed files with 25 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST polenum-0.2.tar.bz2 6071 SHA256 4362c6471f192f841f1a6349d522ddcadc51ee845e7dc7fc4655323aa90468eb SHA512 0df0c6ab73f1a53ce03cba9d1442c4741156951244712eec9d0e5781ebab2e0fd8872815011857173bc17f34a3d1f0386d886ca93c649011280ebd26f37fc52d WHIRLPOOL 5cd091285595555b8b07e39a9699db4eb360207d3dc4ec5ca8849063b5cfd8e09ae8268a6264c904b26c18f219063581df6e989b383368ef1cbb5424f9aace39
|
||||
DIST polenum-1.4.tar.gz 16080 SHA256 4b38d62914ee6f2c415cb61ea4990180c7bff186ec1aff884324200b1151e83c SHA512 ff6be3d51e0e3f5c166a1e9e044a25420b932fbe8fdf6bfccc90a3a342a76a62981613fe2f85ed3316187e254bd72cda855c03c44cf9a7b6361fe1554d62a4b9 WHIRLPOOL b2b7a3309fb39a022e230475ff43586d3505078919d496b129918c7353885672daa0d8ab24981d49e6e30949703dd082f2b43d95adfe0b3f6f620935642a5af9
|
||||
|
|
|
|||
24
net-analyzer/polenum/polenum-1.4.ebuild
Normal file
24
net-analyzer/polenum/polenum-1.4.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="Extract password policy from a windows machine"
|
||||
HOMEPAGE="https://github.com/Wh1t3Fox/polenum"
|
||||
SRC_URI="https://github.com/Wh1t3Fox/polenum/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GNU-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/impacket[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
newbin ${PN}.py ${PN}
|
||||
python_fix_shebang "${ED}"usr/bin
|
||||
}
|
||||
Loading…
Reference in a new issue