diff --git a/srcpkgs/ldapdomaindump/template b/srcpkgs/ldapdomaindump/template new file mode 100644 index 00000000000..a0f4948c8d4 --- /dev/null +++ b/srcpkgs/ldapdomaindump/template @@ -0,0 +1,18 @@ +# Template file for 'ldapdomaindump' +pkgname=ldapdomaindump +version=0.9.3 +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 " +license="MIT" +homepage="https://github.com/dirkjanm/ldapdomaindump" +distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" +checksum=30d269f8c638a1446d7a71d01c41e2a03ea0b9742ada471414db91bd77927f40 +make_check=no # no tests implemented + +post_install() { + vlicense LICENSE +}