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
576 B
YAML
Raw Normal View History

2016-11-04 16:19:30 -04:00
name: @{package.name}
version: @{application.version}
summary: @{package.synopsis}
description: @{package.description}
2016-05-17 14:14:03 -04:00
2016-06-15 13:18:04 -04:00
confinement: strict
2016-11-24 08:48:55 -05:00
grade: stable
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:
2016-11-24 15:26:32 -05:00
command: desktop-launch $SNAP/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:
2016-11-24 08:48:55 -05:00
plugin: dump
2016-11-24 15:26:32 -05:00
source: 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]
2016-11-24 15:26:32 -05:00
after: [desktop-gtk2]
2016-08-05 09:20:23 -04:00
mediainfo:
plugin: nil
stage-packages: [libmediainfo0v5, libchromaprint-tools]