19 lines
595 B
Bash
19 lines
595 B
Bash
# Template file for 'python3-dotenv'
|
|
pkgname=python3-dotenv
|
|
version=0.15.0
|
|
revision=1
|
|
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 <kartik.ynwa@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/theskumar/python-dotenv"
|
|
distfiles="https://github.com/theskumar/python-dotenv/archive/v${version}.tar.gz"
|
|
checksum=ce19063fe78960e849e0ac103ef65e6f58158e3d3577022315a333cebbc1cd43
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|