lnav/snapcraft.yaml

85 lines
1.9 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.
2022-09-02 09:13:43 +02:00
icon: docs/assets/images/favicon.png
2018-06-26 22:37:30 +02:00
2022-07-17 06:56:20 +02:00
base: core20
2020-09-24 08:35:13 +02:00
grade: stable
2018-06-26 22:37:30 +02:00
confinement: strict
2021-09-16 15:47:55 +02:00
environment:
LOCPATH: $SNAP/usr/lib/locale
2021-09-27 06:14:54 +02:00
GIT_TEMPLATE_DIR: $SNAP/usr/share/git-core/templates
GIT_EXEC_PATH: $SNAP/usr/lib/git-core
2021-09-16 15:47:55 +02:00
2018-06-26 22:37:30 +02:00
apps:
2018-07-11 07:39:05 +02:00
lnav:
2021-10-02 03:43:14 +02:00
command: usr/bin/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
- removable-media
2021-06-09 04:27:44 +02:00
- ssh-keys
- x11
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: v2.0.2
2020-09-23 23:47:44 +02:00
plugin: dump
build-packages:
# Uncomment the VCS your main part is using
- git
2021-09-15 07:58:48 +02:00
- curl
- jq
- sed
2020-09-23 23:47:44 +02:00
#- 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
2022-09-02 06:25:17 +02:00
autotools-configure-parameters:
- CFLAGS="-O2"
- CXXFLAGS="-O2"
2018-06-26 22:37:30 +02:00
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
2022-06-13 20:46:14 +02:00
- libcurl4-gnutls-dev
2022-09-12 22:52:34 +02:00
- libpcre2-dev
2018-06-26 22:37:30 +02:00
- libsqlite3-dev
2021-10-02 01:19:35 +02:00
- libncursesw6
2018-06-26 22:37:30 +02:00
- 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
2021-09-27 06:14:54 +02:00
- git-core
2022-06-13 20:46:14 +02:00
- libcurl4
2021-10-02 01:19:35 +02:00
- libncursesw6
2022-09-12 23:36:33 +02:00
- libpcre2-8-0
2018-06-26 22:37:30 +02:00
- libgpm2
2021-06-09 00:50:36 +02:00
- libarchive13
2022-07-17 06:56:20 +02:00
- libicu66
2021-06-09 00:50:36 +02:00
- libxml2
- locales-all
2021-09-26 10:54:06 +02:00
- ssh
2021-11-05 23:13:16 +01:00
- tshark
- xclip