forked from ImageOptim/gifski
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
43 lines (36 loc) · 742 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: gifski
summary: gifski
description: |
GIF encoder based on libimagequant (pngquant).
Squeezes maximum possible quality from the awful
GIF format. https://gif.ski
adopt-info: gifski
base: core18
confinement: strict
apps:
gifski:
command: gifski
plugs:
- home
- removable-media
parts:
gifski:
after:
- selective-checkout
source: https://github.com/ImageOptim/gifski.git
override-pull: |
snapcraftctl pull
"$SNAPCRAFT_STAGE"/scriptlets/selective-checkout
plugin: rust
rust-features:
- openmp
stage-packages:
- libgomp1
selective-checkout:
plugin: nil
build-packages:
- git
stage-snaps:
- selective-checkout
prime:
- -*