-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
34 lines (30 loc) · 595 Bytes
/
Copy pathsnapcraft.yaml
File metadata and controls
34 lines (30 loc) · 595 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
name: svls
version: &version v0.2.14
summary: SystemVerilog language server
description: |
A language server supporting SystemVerilog ( IEEE Std. 1800-2017 )
base: core18
license: MIT
confinement: strict
architectures:
- build-on: amd64
- build-on: i386
- build-on: ppc64el
- build-on: arm64
- build-on: armhf
apps:
svls:
command: svls
plugs:
- home
- removable-media
parts:
svls:
source: https://github.com/dalance/svls.git
source-tag: *version
plugin: rust
stage-packages:
- libc6
- libgcc1
- libstdc++6
- zlib1g