mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
fixes the following pkgcheck warnings: app-misc/mxw MissingRemoteId: missing <remote-id type="github">dkbednarczyk/mxw</remote-id> (inferred from URI 'https://github.com/dkbednarczyk/mxw') BadFilename: version 0.1.2: bad filename: [ v0.1.2.tar.gz ] StaticSrcUri: version 0.1.2: '0.1.2' in SRC_URI, replace with ${PV} Signed-off-by: ingenarel <ingenarelitems@gmail.com>
73 lines
1.5 KiB
Bash
73 lines
1.5 KiB
Bash
# Copyright 2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Autogenerated by pycargoebuild 0.15.0
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
anstream@0.6.14
|
|
anstyle-parse@0.2.4
|
|
anstyle-query@1.0.3
|
|
anstyle-wincon@3.0.3
|
|
anstyle@1.0.7
|
|
anyhow@1.0.86
|
|
cc@1.0.98
|
|
cfg-if@1.0.0
|
|
clap@4.5.4
|
|
clap_builder@4.5.2
|
|
clap_derive@4.5.4
|
|
clap_lex@0.7.0
|
|
colorchoice@1.0.1
|
|
colored@2.1.0
|
|
heck@0.5.0
|
|
hidapi@2.6.1
|
|
is_terminal_polyfill@1.70.0
|
|
lazy_static@1.4.0
|
|
libc@0.2.155
|
|
pkg-config@0.3.30
|
|
proc-macro2@1.0.85
|
|
quote@1.0.36
|
|
rustversion@1.0.17
|
|
strsim@0.11.1
|
|
strum@0.26.2
|
|
strum_macros@0.26.3
|
|
syn@2.0.66
|
|
unicode-ident@1.0.12
|
|
utf8parse@0.2.1
|
|
windows-sys@0.48.0
|
|
windows-sys@0.52.0
|
|
windows-targets@0.48.5
|
|
windows-targets@0.52.5
|
|
windows_aarch64_gnullvm@0.48.5
|
|
windows_aarch64_gnullvm@0.52.5
|
|
windows_aarch64_msvc@0.48.5
|
|
windows_aarch64_msvc@0.52.5
|
|
windows_i686_gnu@0.48.5
|
|
windows_i686_gnu@0.52.5
|
|
windows_i686_gnullvm@0.52.5
|
|
windows_i686_msvc@0.48.5
|
|
windows_i686_msvc@0.52.5
|
|
windows_x86_64_gnu@0.48.5
|
|
windows_x86_64_gnu@0.52.5
|
|
windows_x86_64_gnullvm@0.48.5
|
|
windows_x86_64_gnullvm@0.52.5
|
|
windows_x86_64_msvc@0.48.5
|
|
windows_x86_64_msvc@0.52.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-DFS-2016"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|