forked from platypush/platypush
15 lines
272 B
YAML
15 lines
272 B
YAML
manifest:
|
|
events: {}
|
|
install:
|
|
apk:
|
|
- py3-libtorrent-rasterbar
|
|
apt:
|
|
- python3-libtorrent
|
|
dnf:
|
|
- rb_libtorrent-python3
|
|
pacman:
|
|
- libtorrent-rasterbar
|
|
pip:
|
|
- libtorrent
|
|
package: platypush.plugins.torrent
|
|
type: plugin
|