-
Notifications
You must be signed in to change notification settings - Fork 212
/
snapcraft.yaml
41 lines (38 loc) · 855 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
name: leocad
base: core18
adopt-info: leocad
version: '23.03'
grade: stable
confinement: strict
apps:
leocad:
common-id: org.leocad.LeoCAD
command: leocad
plugs:
- home
- opengl
- network
extensions:
- kde-neon
parts:
leocad:
plugin: qmake
build-packages:
- qtbase5-dev
- qttools5-dev-tools
- libqt5opengl5-dev
- zlib1g-dev
stage-packages:
- libqt5opengl5
- libqt5gui5
- libqt5concurrent5
- libqt5printsupport5
- libqt5xml5
source: https://github.com/leozide/leocad/archive/v23.03.tar.gz
parse-info: [usr/share/metainfo/leocad.appdata.xml]
library:
source: .
plugin: dump
override-build: |
mkdir -p $SNAPCRAFT_PART_INSTALL/usr/share/leocad
cp library.bin $SNAPCRAFT_PART_INSTALL/usr/share/leocad/library.bin