lnav/snapcraft.yaml

63 lines
1.4 KiB
YAML
Raw Normal View History

2018-06-26 22:37:30 +02:00
name: lnav
2020-09-23 23:47:44 +02:00
adopt-info: lnav
2020-09-23 23:15:48 +02:00
summary: Log File Navigator
2018-06-26 22:37:30 +02:00
description: |
2020-09-23 23:15:48 +02:00
The Log File Navigator, **lnav** for short, is an advanced log file viewer
for the small-scale.
2018-06-26 22:37:30 +02:00
2020-09-24 08:35:13 +02:00
base: core18
grade: stable
2018-06-26 22:37:30 +02:00
confinement: strict
apps:
2018-07-11 07:39:05 +02:00
lnav:
2018-06-26 22:37:30 +02:00
command: lnav
2021-08-25 13:21:07 +02:00
plugs:
2018-06-26 22:37:30 +02:00
- home # optional, allows to read log files from home directory
- log-observe # required, provide access to system logs in /var/log
2021-06-09 04:27:44 +02:00
- network # required, lnav uses sendto() with UNIX domain socket
- ssh-keys
2018-06-26 22:37:30 +02:00
parts:
2020-09-23 23:47:44 +02:00
selective-checkout:
source: https://github.com/Lin-Buo-Ren/selective-checkout.git
source-tag: v1.0.0
plugin: dump
build-packages:
# Uncomment the VCS your main part is using
- git
#- mercurial
#- subversion
stage:
- scriptlets/selective-checkout
prime:
- -*
2018-06-26 22:37:30 +02:00
lnav:
2020-09-23 23:47:44 +02:00
after:
- selective-checkout
2018-06-26 22:37:30 +02:00
plugin: autotools
source: https://github.com/tstack/lnav.git
2020-09-23 23:47:44 +02:00
source-depth: 500
override-pull: |
snapcraftctl pull
2020-09-24 04:29:02 +02:00
"$SNAPCRAFT_STAGE"/scriptlets/selective-checkout --debug --force-snapshot
2021-08-25 13:21:07 +02:00
build-packages:
2018-06-26 22:37:30 +02:00
- build-essential
2021-06-09 00:35:25 +02:00
- libarchive-dev
2018-06-26 22:37:30 +02:00
- libpcre3-dev
- libsqlite3-dev
- libncursesw5-dev
- libreadline-dev
- zlib1g-dev
- libbz2-dev
- libgpm-dev
2020-09-24 00:05:43 +02:00
stage-packages:
2018-06-26 22:37:30 +02:00
- zlib1g
- libncursesw5
- libpcre3
- libgpm2
2021-06-09 00:50:36 +02:00
- libarchive13
- libicu60
- libxml2