1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-17 15:57:32 +03:00
lnav/snapcraft.yaml

70 lines
1.5 KiB
YAML
Raw Normal View History

2018-06-26 23:37:30 +03:00
name: lnav
2020-09-24 00:47:44 +03:00
adopt-info: lnav
2020-09-24 00:15:48 +03:00
summary: Log File Navigator
2018-06-26 23:37:30 +03:00
description: |
2020-09-24 00:15:48 +03:00
The Log File Navigator, **lnav** for short, is an advanced log file viewer
for the small-scale.
2018-06-26 23:37:30 +03:00
2020-09-24 09:35:13 +03:00
base: core18
grade: stable
2018-06-26 23:37:30 +03:00
confinement: strict
apps:
2018-07-11 08:39:05 +03:00
lnav:
2018-06-26 23:37:30 +03:00
command: lnav
2021-08-25 14:21:07 +03:00
plugs:
2018-06-26 23:37:30 +03: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 05:27:44 +03:00
- network # required, lnav uses sendto() with UNIX domain socket
- ssh-keys
- x11
2018-06-26 23:37:30 +03:00
parts:
2020-09-24 00:47:44 +03:00
selective-checkout:
source: https://github.com/Lin-Buo-Ren/selective-checkout.git
source-tag: v2.0.2
2020-09-24 00:47:44 +03:00
plugin: dump
build-packages:
# Uncomment the VCS your main part is using
- git
2021-09-15 08:58:48 +03:00
- curl
- jq
- sed
2020-09-24 00:47:44 +03:00
#- mercurial
#- subversion
stage:
- scriptlets/selective-checkout
prime:
- -*
2018-06-26 23:37:30 +03:00
lnav:
2020-09-24 00:47:44 +03:00
after:
- selective-checkout
2018-06-26 23:37:30 +03:00
plugin: autotools
source: https://github.com/tstack/lnav.git
2020-09-24 00:47:44 +03:00
source-depth: 500
override-pull: |
snapcraftctl pull
2020-09-24 05:29:02 +03:00
"$SNAPCRAFT_STAGE"/scriptlets/selective-checkout --debug --force-snapshot
2021-08-25 14:21:07 +03:00
build-packages:
2018-06-26 23:37:30 +03:00
- build-essential
2021-06-09 01:35:25 +03:00
- libarchive-dev
2018-06-26 23:37:30 +03:00
- libpcre3-dev
- libsqlite3-dev
- libncursesw5-dev
- libreadline-dev
- zlib1g-dev
- libbz2-dev
- libgpm-dev
2020-09-24 01:05:43 +03:00
stage-packages:
2018-06-26 23:37:30 +03:00
- zlib1g
- libncursesw5
- libpcre3
- libgpm2
2021-06-09 01:50:36 +03:00
- libarchive13
- libicu60
- libxml2
- locales-all
- xclip