mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 03:45:06 -05:00
26 lines
529 B
YAML
26 lines
529 B
YAML
name: @{package.name}
|
|
version: @{application.version}
|
|
summary: @{package.synopsis}
|
|
description: @{package.description}
|
|
|
|
confinement: classic
|
|
grade: stable
|
|
|
|
architectures: [amd64]
|
|
|
|
apps:
|
|
filebot:
|
|
command: bin/desktop-launch $SNAP/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
|
|
- curl
|
|
after:
|
|
- desktop-glib-only
|