19 lines
572 B
Bash
19 lines
572 B
Bash
# Template file for 'python3-xvfbwrapper'
|
|
pkgname=python3-xvfbwrapper
|
|
version=0.2.9
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="xorg-server-xvfb"
|
|
checkdepends="${depends} python3-pytest"
|
|
short_desc="Python wrapper for controlling Xvfb"
|
|
maintainer="RunningDroid <runningdroid@zoho.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/cgoldberg/xvfbwrapper"
|
|
distfiles="${PYPI_SITE}/x/xvfbwrapper/xvfbwrapper-${version}.tar.gz"
|
|
checksum=bcf4ae571941b40254faf7a73432dfc119ad21ce688f1fdec533067037ecfc24
|
|
|
|
pre_install() {
|
|
vlicense LICENSE
|
|
}
|