1 # Contributor: DigitalPathogen <aur@InfoSecResearchLabs.co.uk>
6 pkgdesc="a python script to extract the password policy information from a windows machine."
8 url="http://labs.portcullis.co.uk/application/polenum/"
10 depends=('impacket' 'python')
11 source=(http://labs.portcullis.co.uk/download/$pkgname-$pkgver.tar.bz2)
12 md5sums=('4101c2acfa5442bd75418afaa405624d')
15 cd "$srcdir/$pkgname-$pkgver"
17 install -D -m 0755 -o root -g root polenum.py ${pkgdir}/usr/bin/polenum.py
18 install -D -m 0644 -o root -g root LICENSE ${pkgdir}/usr/share/licenses/polenum/LICENSE
22 # vim:set ts=2 sw=2 et: