-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathsnapcraft.yaml
38 lines (35 loc) · 895 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
name: tablexplore
version: '0.5.1'
#version-script: git describe --abbrev=1 --tags
summary: data plotting and analysis package
description: |
Tablexplore is an open source desktop application for data analysis and plotting
intended for use in both research and education. The program allows quick
visualization of data, table manipulation tools and supports large data tables.
base: core18
grade: stable
confinement: strict
icon: tablexplore/logo.svg
apps:
tablexplore:
command: snap/command-chain/desktop-launch $SNAP/bin/tablexplore
extensions:
- kde-neon
plugs:
- home
- opengl
- network
- network-bind
- network-control
- mount-observe
- desktop
- desktop-legacy
- wayland
- unity7
parts:
tablexplore:
plugin: python
source: .
stage-packages:
- xsel
- python3-pyqt5