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

63 lines
1.4 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.
4 years ago
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
- ssh-keys
parts:
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:
- -*
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
- libpcre3-dev
- libsqlite3-dev
- libncursesw5-dev
- libreadline-dev
- zlib1g-dev
- libbz2-dev
- libgpm-dev
stage-packages:
- zlib1g
- libncursesw5
- libpcre3
- libgpm2
- libarchive13
- libicu60
- libxml2