diff --git a/srcpkgs/python3-ansicolors/template b/srcpkgs/python3-ansicolors/template new file mode 100644 index 00000000000..85244c06564 --- /dev/null +++ b/srcpkgs/python3-ansicolors/template @@ -0,0 +1,18 @@ +# Template file for 'python3-ansicolors' +pkgname=python3-ansicolors +version=1.1.8 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-pytest" +short_desc="Add ANSI colors and decorations to your strings" +maintainer="Emil Miler " +license="ISC" +homepage="https://github.com/jonathaneunice/colors/" +distfiles="${PYPI_SITE}/a/ansicolors/ansicolors-${version}.zip" +checksum=99f94f5e3348a0bcd43c82e5fc4414013ccc19d70bd939ad71e0133ce9c372e0 + +post_install() { + vlicense LICENSE +}