19 lines
576 B
Bash
19 lines
576 B
Bash
# Template file for 'python3-evdev'
|
|
pkgname=python3-evdev
|
|
version=1.2.0
|
|
revision=5
|
|
wrksrc="python-evdev-$version"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
short_desc="Python3 bindings for the Linux input subsystem"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/gvalkov/python-evdev"
|
|
distfiles="https://github.com/gvalkov/python-evdev/archive/v${version}.tar.gz"
|
|
checksum=f788584510620251c6a6c68802935b71c4b474df99b87ee223e18b84dd1719a6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|