forked from tstack/lnav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
38 lines (35 loc) · 950 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: lnav
version: '0.8.4'
summary: Log file navigator
description: |
The log file navigator, lnav, is an enhanced log file viewer
that takes advantage of any semantic information
that can be gleaned from the files being viewed.
grade: stable
confinement: strict
apps:
lnav:
command: lnav
plugs:
- home # optional, allows to read log files from home directory
- log-observe # required, provide access to system logs in /var/log
- network # required, lnav uses sendto() with UNIX domain socket
parts:
lnav:
plugin: autotools
source: https://github.com/tstack/lnav.git
source-tag: v0.8.4
build-packages:
- build-essential
- libpcre3-dev
- libsqlite3-dev
- libncursesw5-dev
- libreadline-dev
- zlib1g-dev
- libbz2-dev
- libgpm-dev
stage-packages:
- zlib1g
- libncursesw5
- libpcre3
- libgpm2