blob: 3a2efdacef08a1c9312ab1322f2e9c22193d1bb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = tailord
pkgdesc = Daemon handling fan, keyboard and general HW support for Tuxedo laptops (part of tuxedo-rs)
pkgver = 0.2.5
pkgrel = 1
url = https://github.com/AaronErhardt/tuxedo-rs
arch = x86_64
groups = tuxedo-rs
license = GPL-2.0-or-later
makedepends = git
makedepends = cargo
depends = glibc
depends = gcc-libs
depends = tuxedo-io
depends = tuxedo-keyboard
optdepends = tailor-cli: CLI for controlling the daemon
optdepends = tailor-gui: GUI for controlling the daemon
optdepends = tailor-hwcaps: CLI tool for checking hardware capabilities
provides = tailord
conflicts = tuxedo-control-center
source = tailord::git+https://github.com/AaronErhardt/tuxedo-rs#tag=tailord-v0.2.5
sha256sums = cf33972732601cd9e0f2502689a2f7620ba5fc886174e84f9192bbd5c8e801a1
pkgname = tailord
|