-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
34 lines (30 loc) · 592 Bytes
/
Copy pathsnapcraft.yaml
File metadata and controls
34 lines (30 loc) · 592 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: svlint
version: &version v0.9.5
summary: SystemVerilog linter
description: |
A lint checker 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:
svlint:
command: svlint
plugs:
- home
- removable-media
parts:
svlint:
source: https://github.com/dalance/svlint.git
source-tag: *version
plugin: rust
stage-packages:
- libc6
- libgcc1
- libstdc++6
- zlib1g