diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template new file mode 100644 index 00000000000..fc9746b14aa --- /dev/null +++ b/srcpkgs/python3-ntlm-auth/template @@ -0,0 +1,19 @@ +# Template file for 'python3-ntlm-auth' +pkgname=python3-ntlm-auth +version=1.5.0 +revision=1 +archs=noarch +wrksrc="ntlm-auth-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-six python3-cryptography" +short_desc="Creates NTLM authentication structures" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://github.com/jborean93/ntlm-auth/" +distfiles="https://github.com/jborean93/ntlm-auth/archive/v${version}.tar.gz" +checksum=849f4a35376e55cde48cf8a4c2c0cfafe5f10d2ae280e211c6434e0ad5e5b64f + +post_install() { + vlicense LICENSE +}