New package: python3-ntlm-auth-1.5.0
This commit is contained in:
parent
df2bd33d24
commit
f6b0f73045
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-ntlm-auth/template
Normal file
19
srcpkgs/python3-ntlm-auth/template
Normal file
|
@ -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 <leah@vuxu.org>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue