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>
20 lines
708 B
XML
20 lines
708 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>agooglygooglr@gmail.com</email>
|
|
<description>Primary maintainer</description>
|
|
</maintainer>
|
|
<longdescription>
|
|
Cross platform CLI tool for Glorious' wireless mice.
|
|
|
|
Originally reverse engineered using USB packet logs sniffed with
|
|
WireShark and USBPcap, as well as a decompilation of the official
|
|
Windows program (Glorious Core).
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">dkbednarczyk/mxw</remote-id>
|
|
<bugs-to>https://github.com/dkbednarczyk/mxw/issues</bugs-to>
|
|
</upstream>
|
|
</pkgmetadata>
|