19 lines
551 B
Bash
19 lines
551 B
Bash
# Template file for 'python3-pyperclip'
|
|
pkgname=python3-pyperclip
|
|
version=1.8.1
|
|
revision=2
|
|
wrksrc=pyperclip-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
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=9abef1e79ce635eb62309ecae02dfb5a3eb952fa7d6dce09c1aef063f81424d3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|