forked from ZenHarbinger/torgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
35 lines (32 loc) · 779 Bytes
/
snapcraft.yaml
File metadata and controls
35 lines (32 loc) · 779 Bytes
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
name: torgo
version: 1.7.1
summary: A Logo interpreter written in Java.
description: A Logo interpreter written in Java.
grade: stable
confinement: strict
apps:
torgo:
command: bin/wrapper
plugs: [home, x11, opengl, network, unity7]
parts:
torgo:
plugin: maven
source: .
maven-options:
- -DskipTests=true
stage-packages:
- fontconfig-config
- default-jdk
- fonts-dejavu-extra
- fonts-ipafont-gothic
stage:
- -lib/x86_64-linux-gnu/libdbus-1**
prime:
- -lib/x86_64-linux-gnu/libdbus-1**
after:
- desktop-gtk2
# after: [desktop-glib-only]
organize:
../build/target/lib: jar/lib
../build/wrapper: bin/
# ../build/torgo-mime.xml: usr/share/mime/packages/torgo-mime.xml