18 lines
573 B
Bash
18 lines
573 B
Bash
# Template file for 'python3-pywinrm'
|
|
pkgname=python3-pywinrm
|
|
version=0.4.3
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-requests python3-requests-ntlm python3-xmltodict"
|
|
short_desc="Python 3 library for Windows Remote Management"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/diyan/pywinrm"
|
|
distfiles="https://github.com/diyan/pywinrm/archive/v${version}.tar.gz"
|
|
checksum=253d2af9a6f1ec1ae8e21919a174e178b2e0475060956e3add0746584520ae84
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|