mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
2
manifest/x86_64/l/lnav.filelist
Normal file
2
manifest/x86_64/l/lnav.filelist
Normal file
@@ -0,0 +1,2 @@
|
||||
/usr/local/bin/lnav
|
||||
/usr/local/share/man/man1/lnav.1.zst
|
||||
29
packages/lnav.rb
Normal file
29
packages/lnav.rb
Normal file
@@ -0,0 +1,29 @@
|
||||
require 'buildsystems/autotools'
|
||||
|
||||
class Lnav < Autotools
|
||||
description 'An advanced log file viewer for the small-scale'
|
||||
homepage 'https://lnav.org/'
|
||||
version '0.11.2'
|
||||
license 'BSD-2 Clause'
|
||||
compatibility 'x86_64'
|
||||
source_url 'https://github.com/tstack/lnav.git'
|
||||
git_hashtag "v#{version}"
|
||||
|
||||
binary_url({
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/lnav/0.11.2_x86_64/lnav-0.11.2-chromeos-x86_64.tar.zst'
|
||||
})
|
||||
binary_sha256({
|
||||
x86_64: 'a3da030ad5690e7f447b58530966820e38e3d85bdb145d7fa77d02898fbb3453'
|
||||
})
|
||||
|
||||
depends_on 'gcc' => :build
|
||||
depends_on 'pcre2' # R
|
||||
depends_on 'sqlite' # R
|
||||
depends_on 'ncurses' # R
|
||||
depends_on 'readline' # R
|
||||
depends_on 'zlibpkg' # R
|
||||
depends_on 'bz2' # R
|
||||
depends_on 'libcurl' # R
|
||||
depends_on 'libarchive' # R
|
||||
depends_on 'wireshark' # R
|
||||
end
|
||||
@@ -5191,6 +5191,11 @@ url: https://git.openldap.org/openldap/openldap/-/tags
|
||||
activity: high
|
||||
---
|
||||
kind: url
|
||||
name: lnav
|
||||
url: https://github.com/tstack/lnav/releases
|
||||
activity: high
|
||||
---
|
||||
kind: url
|
||||
name: log4c
|
||||
url: https://sourceforge.net/projects/log4c/files/log4c/
|
||||
activity: none
|
||||
|
||||
Reference in New Issue
Block a user