mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
* Manually checked, I hope I caught most errors Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
18 lines
619 B
XML
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>
|