18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'python3-usb'
|
|
pkgname=python3-usb
|
|
version=1.2.1
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3 libusb"
|
|
short_desc="Python library for USB communication"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/pyusb/pyusb"
|
|
distfiles="${PYPI_SITE}/p/pyusb/pyusb-${version}.tar.gz"
|
|
checksum=a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d9de7b9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|