19 lines
614 B
Bash
19 lines
614 B
Bash
# Template file for 'python3-ntlm-auth'
|
|
pkgname=python3-ntlm-auth
|
|
version=1.5.0
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-six python3-cryptography"
|
|
checkdepends="python3-pytest python3-requests $depends"
|
|
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
|
|
}
|