1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-11 03:45:06 -05:00
filebot/installer/snap/snapcraft.yaml
2018-06-13 21:22:23 +07:00

23 lines
453 B
YAML

name: @{package.name}
version: @{application.version}
summary: @{package.synopsis}
description: @{package.description}
confinement: classic
grade: stable
architectures: [amd64]
apps:
filebot:
command: bin/filebot.sh
plugs: [unity7, opengl, x11, home, removable-media, network, network-bind, pulseaudio, gsettings]
parts:
filebot:
plugin: dump
source: root
stage-packages:
- libmediainfo0v5
- libchromaprint-tools