1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/snap/snapcraft.yaml
2018-06-13 04:59:52 +07:00

22 lines
499 B
YAML

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