You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/snapcraft.yaml

41 lines
940 B
YAML

name: lnav
version: '0.9.0'
summary: Log File Navigator
description: |
The Log File Navigator, **lnav** for short, is an advanced log file viewer
for the small-scale.
base: core18
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.9.0
build-packages:
- build-essential
- libpcre3-dev
- libsqlite3-dev
- libncursesw5-dev
- libreadline-dev
- zlib1g-dev
- libbz2-dev
- libgpm-dev
- libcurl-dev
stage-packages:
- zlib1g
- libncursesw5
- libpcre3
- libgpm2
- libcurl3-gnutls