platypush/platypush/plugins/media/vlc/manifest.yaml

19 lines
259 B
YAML

manifest:
events: {}
install:
apk:
- vlc
- py3-vlc
apt:
- vlc
- python3-vlc
dnf:
- vlc
- python3-vlc
pacman:
- vlc
pip:
- python-vlc
package: platypush.plugins.media.vlc
type: plugin