void-packages/srcpkgs/python3-libevdev/template

20 lines
642 B
Bash
Raw Normal View History

2019-08-14 06:55:13 +00:00
# Template file for 'python3-libevdev'
pkgname=python3-libevdev
2019-09-04 07:44:54 +00:00
version=0.8
2019-08-14 06:55:13 +00:00
revision=1
2019-09-04 07:44:54 +00:00
_githash=1827bebcf789adee8492cbfcc7cf8d56059a42a4
wrksrc="python-libevdev-${version}-${_githash}"
2019-08-14 06:55:13 +00:00
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"
2019-09-04 07:44:54 +00:00
distfiles="${homepage}/-/archive/${version}/${version}.tar.gz"
checksum=eff61d4bfa30f3748bf2369b71d2f7d329fdede1c56bc8cf770d2b5fdf327f55
2019-08-14 06:55:13 +00:00
post_install() {
vlicense COPYING
}