diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template new file mode 100644 index 00000000000..868d57cd494 --- /dev/null +++ b/srcpkgs/python3-nose-random/template @@ -0,0 +1,20 @@ +# Template file for 'python3-nose-random' +pkgname=python3-nose-random +version=1.0.0 +revision=1 +archs=noarch +wrksrc="nose-random-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-nose" +checkdepends="python3-nose" +short_desc="Facilitates Monte-Carlo style unit testing" +maintainer="Piotr Wójcik " +license="MIT" +homepage="https://github.com/fzumstein/nose-random" +distfiles="https://github.com/fzumstein/nose-random/archive/${version}.tar.gz" +checksum=528b1c9396cfa415741afaad60ecde695a657c9364dc01240050c747192f5148 + +post_install() { + vlicense LICENSE +}