diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template new file mode 100644 index 00000000000..8b386c02432 --- /dev/null +++ b/srcpkgs/python3-testtools/template @@ -0,0 +1,17 @@ +# Template file for 'python3-testtools' +pkgname=python3-testtools +version=2.3.0 +revision=1 +wrksrc="testtools-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Python3 standard library unit testing framework" +maintainer="Alex Childs " +license="MIT" +homepage="https://github.com/testing-cabal/testtools" +distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz" +checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559 + +post_install() { + vlicense LICENSE +}