# Template file for 'python3-pyperclip'
pkgname=python3-pyperclip
version=1.11.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling 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=244035963e4428530d9e3a6101a1ef97209c6825edab1567beac148ccc1db1b6
make_check_pre="xvfb-run"

post_install() {
	vlicense LICENSE.txt
}
