Files
guru/media-sound/mpvc/metadata.xml
Lucio Sauer 68460592f2 */*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2023-06-27 04:24:02 +02:00

18 lines
619 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>freijon@pm.me</email>
<name>Jonas Frei</name>
</maintainer>
<longdescription>
An mpc-like cli tool for mpv which connects to existing mpv instances through sockets, written in Rust
This tool is inspired by mpc, a command line interface for the Music Player Daemon.
It uses subcommands to control any mpv instance over a given socket.
</longdescription>
<upstream>
<remote-id type="gitlab">mpv-ipc/mpvc</remote-id>
</upstream>
</pkgmetadata>