diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template new file mode 100644 index 00000000000..d63da0c2ccc --- /dev/null +++ b/srcpkgs/python3-aioinflux/template @@ -0,0 +1,20 @@ +# Template file for 'python3-aioinflux' +pkgname=python3-aioinflux +version=0.9.0 +revision=1 +archs=noarch +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-aiohttp python3-ciso8601" +checkdepends="python3-devel python3-pandas ${depends}" +short_desc="Asynchronous Python client for InfluxDB" +maintainer="Andrew J. Hesford " +license="MIT" +homepage="https://github.com/gusutabopb/aioinflux" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=39554b2fe1fd99be07325ee728ba43e2f2a50af1542cc459324ffb924dad1c0a + +post_install() { + vlicense LICENSE +}