19 lines
539 B
Bash
19 lines
539 B
Bash
# Template file for 'python3-usb'
|
|
pkgname=python3-usb
|
|
version=1.1.0
|
|
revision=4
|
|
wrksrc="pyusb-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 libusb"
|
|
short_desc="Python library for USB communication"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/pyusb/pyusb"
|
|
distfiles="${PYPI_SITE}/p/pyusb/pyusb-${version}.tar.gz"
|
|
checksum=d69ed64bff0e2102da11b3f49567256867853b861178689671a163d30865c298
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|