From 8910cd728c1507c1541e3f14fe001ec2153f31ad Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Tue, 1 Sep 2020 12:58:30 +0530 Subject: [PATCH] New package: python3-dotenv-0.14.0 --- srcpkgs/python3-dotenv/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-dotenv/template diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template new file mode 100644 index 00000000000..b771ad0139d --- /dev/null +++ b/srcpkgs/python3-dotenv/template @@ -0,0 +1,19 @@ +# Template file for 'python3-dotenv' +pkgname=python3-dotenv +version=0.14.0 +revision=1 +archs=noarch +wrksrc="python-dotenv-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-click" +short_desc="Python module to get and set variables in .env files" +maintainer="Kartik Singh " +license="BSD-3-Clause" +homepage="https://github.com/theskumar/python-dotenv" +distfiles="https://github.com/theskumar/python-dotenv/archive/v${version}.tar.gz" +checksum=ed0ccb333acaa02a12a9510fef1909fca891e8da454ba24777b4ce407f403b5f + +post_install() { + vlicense LICENSE +}