19 lines
618 B
Bash
19 lines
618 B
Bash
# Template file for 'Solaar'
|
|
pkgname=Solaar
|
|
version=1.0.2
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
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=fd5898264b12f48270f1a7a4f437b97483a14f2aca71383a8c513d8ed536fd41
|
|
|
|
post_install() {
|
|
vmkdir usr/lib/udev
|
|
mv ${DESTDIR}/etc/udev/rules.d ${DESTDIR}/usr/lib/udev
|
|
}
|