diff --git a/srcpkgs/python3-xvfbwrapper/template b/srcpkgs/python3-xvfbwrapper/template new file mode 100644 index 00000000000..f5c17669195 --- /dev/null +++ b/srcpkgs/python3-xvfbwrapper/template @@ -0,0 +1,19 @@ +# Template file for 'python3-xvfbwrapper' +pkgname=python3-xvfbwrapper +version=0.2.9 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="xorg-server-xvfb" +checkdepends="${depends} python3-pytest" +short_desc="Python wrapper for controlling Xvfb" +maintainer="RunningDroid " +license="MIT" +homepage="https://github.com/cgoldberg/xvfbwrapper" +distfiles="${PYPI_SITE}/x/xvfbwrapper/xvfbwrapper-${version}.tar.gz" +checksum=bcf4ae571941b40254faf7a73432dfc119ad21ce688f1fdec533067037ecfc24 + +pre_install() { + vlicense LICENSE +}