From f6b0f730451f8369bd410e347fe33035a544cfd7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 26 Jun 2020 21:35:02 +0200 Subject: [PATCH] New package: python3-ntlm-auth-1.5.0 --- srcpkgs/python3-ntlm-auth/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-ntlm-auth/template 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 +}