blob: f5c4a1177f87608a27e37370bfce212404f54d32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.16.0
EAPI=8
RUST_MIN_VER="1.80"
CRATES="
anstream@1.0.0
anstyle-parse@1.0.0
anstyle-query@1.1.5
anstyle-wincon@3.0.11
anstyle@1.0.13
anyhow@1.0.100
cc@1.2.55
cfg-if@1.0.4
clap@4.6.1
clap_builder@4.6.0
clap_derive@4.6.1
clap_lex@1.1.0
colorchoice@1.0.4
colored@3.1.1
find-msvc-tools@0.1.9
heck@0.5.0
hidapi@2.6.4
is_terminal_polyfill@1.70.2
libc@0.2.180
once_cell_polyfill@1.70.2
pkg-config@0.3.32
proc-macro2@1.0.106
quote@1.0.46
shlex@1.3.0
strsim@0.11.1
syn@2.0.118
unicode-ident@1.0.22
utf8parse@0.2.2
windows-link@0.2.1
windows-sys@0.48.0
windows-sys@0.61.2
windows-targets@0.48.5
windows_aarch64_gnullvm@0.48.5
windows_aarch64_msvc@0.48.5
windows_i686_gnu@0.48.5
windows_i686_msvc@0.48.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_msvc@0.48.5
"
inherit cargo
DESCRIPTION="CLI tool for Glorious wireless mice"
HOMEPAGE="https://github.com/dkbednarczyk/mxw"
SRC_URI="
${CARGO_CRATE_URIS}
https://github.com/dkbednarczyk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
"
LICENSE="GPL-3"
# Dependent crate licenses
LICENSE+=" MIT MPL-2.0 Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64"
|