18 lines
573 B
Bash
18 lines
573 B
Bash
# Template file for 'python3-pywinrm'
|
|
pkgname=python3-pywinrm
|
|
version=0.5.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
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=adf8b1e984dd90d0589aa4c736edd4730efab272357e204cf7185b87dcf49973
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|