filebot/installer/snappy/snapcraft.yaml

39 lines
882 B
YAML
Raw Normal View History

2016-05-17 18:14:03 +00:00
name: filebot
version: 4.7
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.
architectures:
- amd64
apps:
filebot:
command: bin/filebot
plugs:
- home
- network
- opengl
- unity7
2016-05-17 21:42:24 +00:00
- x11
- locale-control
2016-05-17 18:14:03 +00:00
parts:
filebot:
plugin: copy
files:
filebot.sh: bin/filebot
FileBot.jar: filebot/FileBot.jar
mediainfo:
plugin: nil
stage-packages:
2016-05-17 21:42:24 +00:00
- mediainfo
fpcalc:
plugin: nil
stage-packages:
- libchromaprint-tools
2016-05-17 18:14:03 +00:00
java:
plugin: jdk
source: .