void-packages/srcpkgs/ldapdomaindump/template
2025-04-06 23:15:41 +02:00

18 lines
595 B
Bash

# Template file for 'ldapdomaindump'
pkgname=ldapdomaindump
version=0.10.0
revision=1
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=e5d879d10685140912b7ca7b2a6c403bee0819a3ffda1ef6ec58fecfb583fd59
make_check=no # no tests implemented
post_install() {
vlicense LICENSE
}