filebot/installer/snap/snapcraft.yaml

27 lines
596 B
YAML
Raw Normal View History

2016-11-04 20:19:30 +00:00
name: @{package.name}
version: @{application.version}
summary: @{package.synopsis}
description: @{package.description}
2016-05-17 18:14:03 +00:00
2016-06-15 17:18:04 +00:00
confinement: strict
2016-11-24 13:48:55 +00:00
grade: stable
2016-05-17 18:14:03 +00:00
2016-06-07 17:33:39 +00:00
architectures: [amd64]
2016-05-17 18:14:03 +00:00
apps:
filebot:
2016-11-24 20:26:32 +00:00
command: desktop-launch $SNAP/filebot.sh
plugs: [unity7, opengl, x11, home, removable-media, network, network-bind, pulseaudio, gsettings]
2016-05-18 19:29:33 +00:00
2016-05-17 18:14:03 +00:00
parts:
filebot:
2016-11-24 13:48:55 +00:00
plugin: dump
2016-11-24 20:26:32 +00:00
source: filebot
2016-08-05 13:20:23 +00:00
java:
2016-05-19 20:24:52 +00:00
plugin: nil
2016-08-05 13:20:23 +00:00
stage-packages: [openjdk-8-jre, openjfx, jayatana]
2016-11-24 20:26:32 +00:00
after: [desktop-gtk2]
native:
2016-08-05 13:20:23 +00:00
plugin: nil
stage-packages: [libmediainfo0v5, libchromaprint-tools, curl]