From 07aaa145f5ff6dddd819c4eccc10c83e816eaa61 Mon Sep 17 00:00:00 2001 From: Franklin Delehelle Date: Tue, 25 Oct 2016 17:19:07 +0200 Subject: [PATCH] New package: python3-aiodns-1.1.1 --- srcpkgs/python3-aiodns/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-aiodns/template diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template new file mode 100644 index 0000000000..08aa0e4afd --- /dev/null +++ b/srcpkgs/python3-aiodns/template @@ -0,0 +1,19 @@ +# Template file for 'python3-aiodns' +pkgname=python3-aiodns +version=1.1.1 +revision=2 +noarch=yes +wrksrc="aiodns-${version}" +short_desc="Aiodns provides a simple way for doing asynchronous DNS resolutions" +build_style=python3-module +maintainer="Franklin Delehelle " +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 +}