New package: python3-libevdev-0.7
This commit is contained in:
parent
704c10a14a
commit
a84665308c
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-libevdev/template
Normal file
18
srcpkgs/python3-libevdev/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue