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

30 lines
986 B
YAML
Raw Normal View History

2016-05-17 14:14:03 -04:00
name: filebot
2016-08-01 10:26:35 -04:00
version: 4.7.1~snap3
2016-05-17 14:14:03 -04:00
summary: The ultimate TV and Movie Renamer / Subtitle Downloader
description: FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible.
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
plugs: [unity7, opengl, gsettings, home, x11, network, network-bind, pulseaudio]
2016-05-18 15:29:33 -04:00
2016-05-17 14:14:03 -04:00
parts:
filebot:
plugin: copy
files:
filebot.sh: filebot/filebot.sh
2016-05-17 14:14:03 -04:00
FileBot.jar: filebot/FileBot.jar
2016-06-14 11:03:47 -04:00
lib7-Zip-JBinding.so: filebot/lib/amd64/lib7-Zip-JBinding.so
2016-05-21 15:39:07 -04:00
oracle-java:
2016-05-18 15:29:33 -04:00
plugin: copy
files:
2016-05-21 15:39:07 -04:00
oracle-java: oracle-java
2016-05-19 16:24:52 -04:00
packages:
plugin: nil
stage-packages: [jayatana]
after: [desktop/gtk2]