mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-13 12:55:00 -05:00
19 lines
278 B
YAML
19 lines
278 B
YAML
name: @{package.name}
|
|
version: @{application.version}
|
|
summary: @{package.synopsis}
|
|
description: @{package.description}
|
|
|
|
confinement: classic
|
|
grade: stable
|
|
|
|
architectures: [amd64]
|
|
|
|
apps:
|
|
filebot:
|
|
command: bin/filebot.sh
|
|
|
|
parts:
|
|
filebot:
|
|
plugin: dump
|
|
source: root
|