goaccess: new package (#46193)

This commit is contained in:
Harmen Stoppels 2024-09-04 19:23:28 +02:00 committed by GitHub
parent 35a2a0b3d0
commit c13e8e49fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,25 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class Goaccess(AutotoolsPackage):
"""An open source real-time web log analyzer and interactive viewer that
runs in a terminal in *nix systems or through your browser"""
homepage = "https://goaccess.io"
url = "https://tar.goaccess.io/goaccess-1.9.3.tar.gz"
maintainers("haampie")
license("MIT", checked_by="haampie")
version("1.9.3", sha256="49f0ee49e3c4a95f5f75f6806b0406746fcbf2f9ad971cae23e2ea95d3ec7837")
depends_on("gettext")
depends_on("ncurses")
depends_on("c", type="build")