diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template new file mode 100644 index 00000000000..9670ee4ccac --- /dev/null +++ b/srcpkgs/python3-pytest-xvfb/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pytest-xvfb' +pkgname=python3-pytest-xvfb +version=1.2.0 +revision=1 +archs=noarch +wrksrc=pytest-xvfb-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-pytest>=2.8.1 python3-PyVirtualDisplay xorg-server-xvfb xauth" +checkdepends="python3-pytest python3-PyVirtualDisplay xorg-server-xvfb xauth" +short_desc="Pytest plugin to run Xvfb for tests" +maintainer="Đoàn Trần Công Danh " +license="MIT" +homepage="https://github.com/The-Compiler/pytest-xvfb" +distfiles="${PYPI_SITE}/p/pytest-xvfb/pytest-xvfb-${version}.tar.gz" +checksum=a7544ca8d0c7c40db4b40d7a417a7b071c68d6ef6bdf9700872d7a167302f979 + +post_install() { + vlicense LICENSE +}