1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-10 19:35:15 -05:00
filebot/installer/snap/snapcraft.yaml

21 lines
398 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
confinement: classic
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:
command: bin/filebot.sh
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
source: root
stage-packages: [openjdk-8-jre, openjfx, jayatana, libmediainfo0v5, libchromaprint-tools]
after: [desktop-gtk2]