20 lines
572 B
Bash
20 lines
572 B
Bash
# Template file for 'python3-aiodns'
|
|
pkgname=python3-aiodns
|
|
version=1.1.1
|
|
revision=3
|
|
noarch=yes
|
|
wrksrc="aiodns-${version}"
|
|
short_desc="Aiodns provides a simple way for doing asynchronous DNS resolutions"
|
|
build_style=python3-module
|
|
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
|
license="MIT"
|
|
hostmakedepends="python3-devel"
|
|
depends="python3"
|
|
homepage="https://github.com/saghul/aiodns"
|
|
distfiles="${PYPI_SITE}/a/aiodns/aiodns-${version}.tar.gz"
|
|
checksum=d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|