19 lines
543 B
Bash
19 lines
543 B
Bash
# Template file for 'python3-usb'
|
|
pkgname=python3-usb
|
|
version=1.1.1
|
|
revision=2
|
|
wrksrc="pyusb-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
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=7d449ad916ce58aff60b89aae0b65ac130f289c24d6a5b7b317742eccffafc38
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|