1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/snappy/snapcraft.yaml

27 lines
759 B
YAML
Raw Normal View History

2016-05-17 14:14:03 -04:00
name: filebot
2016-08-05 13:21:04 -04:00
version: @{version}.r@{revision}
2016-05-17 14:14:03 -04:00
summary: The ultimate TV and Movie Renamer / Subtitle Downloader
2016-08-05 13:10:36 -04:00
description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works.
2016-05-17 14:14:03 -04:00
2016-06-15 13:18:04 -04:00
confinement: strict
2016-05-17 14:14:03 -04:00
2016-06-07 13:33:39 -04:00
architectures: [amd64]
2016-05-17 14:14:03 -04:00
apps:
filebot:
command: desktop-launch $SNAP/filebot/filebot.sh
2016-08-05 09:20:23 -04:00
plugs: [unity7, opengl, x11, home, network, network-bind, pulseaudio, gsettings]
2016-05-18 15:29:33 -04:00
2016-05-17 14:14:03 -04:00
parts:
filebot:
plugin: copy
files:
2016-08-05 13:10:36 -04:00
filebot: filebot
2016-08-05 09:20:23 -04:00
java:
2016-05-19 16:24:52 -04:00
plugin: nil
2016-08-05 09:20:23 -04:00
stage-packages: [openjdk-8-jre, openjfx, jayatana]
after: [desktop/gtk2]
2016-08-05 09:20:23 -04:00
mediainfo:
plugin: nil
stage-packages: [libmediainfo0v5, libchromaprint-tools]