-
-
Notifications
You must be signed in to change notification settings - Fork 384
/
snapcraft.yaml
50 lines (48 loc) · 976 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
44
45
46
47
48
49
50
name: caire
version: '1.4.4'
summary: Content aware image resize library
description: |
Content aware image resize library
grade: stable
confinement: strict
base: core18
parts:
caire:
plugin: go
source: https://github.com/esimov/caire.git
go-importpath: github.com/esimov/caire
stage-packages:
- libegl1
- libglvnd0
- libwayland-client0
- libwayland-cursor0
- libwayland-egl1
- libx11-6
- libx11-xcb1
- libxau6
- libxcb-xkb1
- libxcb1
- libxcursor1
- libxdmcp6
- libxfixes3
- libxkbcommon-x11-0
- libxkbcommon0
- libxrender1
build-packages:
- gcc
- pkg-config
- libwayland-dev
- libx11-dev
- libx11-xcb-dev
- libxkbcommon-x11-dev
- libgles2-mesa-dev
- libegl1-mesa-dev
- libffi-dev
- libxcursor-dev
- libvulkan-dev
apps:
caire:
command: bin/caire
plugs:
- home
- x11