20 lines
642 B
Bash
20 lines
642 B
Bash
# Template file for 'python3-libevdev'
|
|
pkgname=python3-libevdev
|
|
version=0.8
|
|
revision=1
|
|
_githash=1827bebcf789adee8492cbfcc7cf8d56059a42a4
|
|
wrksrc="python-libevdev-${version}-${_githash}"
|
|
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}/${version}.tar.gz"
|
|
checksum=eff61d4bfa30f3748bf2369b71d2f7d329fdede1c56bc8cf770d2b5fdf327f55
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|