19 lines
594 B
Bash
19 lines
594 B
Bash
# Template file for 'ldapdomaindump'
|
|
pkgname=ldapdomaindump
|
|
version=0.9.4
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-future python3-ldap3 python3-dnspython"
|
|
short_desc="Active Directory information dumper via LDAP"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/dirkjanm/ldapdomaindump"
|
|
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=43a0822c96d06b8f7a3e3f044deb1591344c84d273c9d7f5815347c88af300fa
|
|
make_check=no # no tests implemented
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|