19 lines
596 B
Bash
19 lines
596 B
Bash
# Template file for 'python3-libevdev'
|
|
pkgname=python3-libevdev
|
|
version=0.7
|
|
revision=1
|
|
wrksrc="python-libevdev-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 libevdev"
|
|
short_desc="Python3 wrapper around the libevdev C library"
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.freedesktop.org/libevdev/python-libevdev"
|
|
distfiles="${homepage}/-/archive/${version}/python-libevdev-${version}.tar.gz"
|
|
checksum=1e2c9ec8cac70e34c4a4075166315640e9260ec01eccce2c74dc267fd05ea372
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|