void-packages/srcpkgs/python3-pyperclip/template

20 lines
594 B
Bash

# Template file for 'python3-pyperclip'
pkgname=python3-pyperclip
version=1.8.2
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest xclip xvfb-run"
short_desc="Cross-platform clipboard module (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://pypi.org/project/pyperclip"
distfiles="${PYPI_SITE}/p/pyperclip/pyperclip-${version}.tar.gz"
checksum=105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57
make_check_pre="xvfb-run"
post_install() {
vlicense LICENSE.txt
}