21 lines
757 B
Bash
21 lines
757 B
Bash
# Template file for 'Solaar'
|
|
pkgname=Solaar
|
|
version=1.1.9
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-evdev python3-pyudev python3-psutil python3-yaml
|
|
python3-xlib python3-gobject"
|
|
checkdepends="${depends}"
|
|
short_desc="Linux device manager for a wide range of Logitech devices"
|
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://pwr-solaar.github.io/Solaar/"
|
|
changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md"
|
|
distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"
|
|
checksum=3cb0cb4c79ef2ea0ac7c9adc9c4a6f4f15d28e99ff2df33850de0520ced9f116
|
|
|
|
post_install() {
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|