mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
81 lines
1.8 KiB
YAML
81 lines
1.8 KiB
YAML
name: lnav
|
|
adopt-info: lnav
|
|
summary: Log File Navigator
|
|
description: |
|
|
The Log File Navigator, **lnav** for short, is an advanced log file viewer
|
|
for the small-scale.
|
|
|
|
base: core22
|
|
grade: stable
|
|
confinement: strict
|
|
|
|
environment:
|
|
LOCPATH: $SNAP/usr/lib/locale
|
|
GIT_TEMPLATE_DIR: $SNAP/usr/share/git-core/templates
|
|
GIT_EXEC_PATH: $SNAP/usr/lib/git-core
|
|
|
|
apps:
|
|
lnav:
|
|
command: usr/bin/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
|
|
- removable-media
|
|
- ssh-keys
|
|
- x11
|
|
|
|
parts:
|
|
selective-checkout:
|
|
source: https://github.com/Lin-Buo-Ren/selective-checkout.git
|
|
source-tag: v2.0.2
|
|
plugin: dump
|
|
build-packages:
|
|
# Uncomment the VCS your main part is using
|
|
- git
|
|
- curl
|
|
- jq
|
|
- sed
|
|
|
|
#- mercurial
|
|
#- subversion
|
|
stage:
|
|
- scriptlets/selective-checkout
|
|
prime:
|
|
- -*
|
|
lnav:
|
|
after:
|
|
- selective-checkout
|
|
plugin: autotools
|
|
source: https://github.com/tstack/lnav.git
|
|
source-depth: 500
|
|
override-pull: |
|
|
snapcraftctl pull
|
|
|
|
"$SNAPCRAFT_STAGE"/scriptlets/selective-checkout --debug --force-snapshot
|
|
build-packages:
|
|
- build-essential
|
|
- libarchive-dev
|
|
- libcurl4-gnutls-dev
|
|
- libpcre3-dev
|
|
- libsqlite3-dev
|
|
- libncursesw6
|
|
- libreadline-dev
|
|
- zlib1g-dev
|
|
- libbz2-dev
|
|
- libgpm-dev
|
|
stage-packages:
|
|
- zlib1g
|
|
- git-core
|
|
- libcurl4
|
|
- libncursesw6
|
|
- libpcre3
|
|
- libgpm2
|
|
- libarchive13
|
|
- libicu70
|
|
- libxml2
|
|
- locales-all
|
|
- ssh
|
|
- tshark
|
|
- xclip
|