19 lines
672 B
Bash
19 lines
672 B
Bash
# Template file for 'Solaar'
|
|
pkgname=Solaar
|
|
version=1.0.1
|
|
revision=3
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="hidapi logitech_receiver solaar"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pyudev"
|
|
short_desc="Linux device manager for a wide range of Logitech devices"
|
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://pwr-solaar.github.io/Solaar/"
|
|
distfiles="https://github.com/pwr-Solaar/Solaar/archive/${version}.tar.gz"
|
|
checksum=20f7c29610cc1d0a964052b6698c3e01f1703d08d621cbe7f9e45a9892632f13
|
|
|
|
post_install() {
|
|
vinstall rules.d/42-logitech-unify-permissions.rules 644 usr/lib/udev/rules.d/
|
|
}
|