diff --git a/srcpkgs/python3-dotty-dict/template b/srcpkgs/python3-dotty-dict/template new file mode 100644 index 00000000000..85956d6458c --- /dev/null +++ b/srcpkgs/python3-dotty-dict/template @@ -0,0 +1,19 @@ +# Template file for 'python3-dotty-dict' +pkgname=python3-dotty-dict +version=1.3.0 +revision=1 +wrksrc="dotty_dict-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-pytest" +short_desc="Dictionary wrapper for quick access to deeply nested keys" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/pawelzny/dotty_dict" +distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" +checksum=23d28c35e698e68678dd904297e26bb0d8c1f7aa5c5d64279a0b9b05cfbb37e8 + +post_install() { + vlicense LICENSE +}