Đoàn Trần Công Danh d21de3397f remove wrksrc en-mass
2022-11-08 22:30:37 +07:00

18 lines
525 B
Bash

# Template file for 'python3-aiodns'
pkgname=python3-aiodns
version=2.0.0
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pycares"
short_desc="Asynchronous Python DNS library using asyncio"
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="MIT"
homepage="https://github.com/saghul/aiodns"
distfiles="${PYPI_SITE}/a/aiodns/aiodns-${version}.tar.gz"
checksum=815fdef4607474295d68da46978a54481dd1e7be153c7d60f9e72773cd38d77d
post_install() {
vlicense LICENSE
}