Skip to content

Commit

Permalink
Merge pull request allinurl#1388 from cprov/master
Browse files Browse the repository at this point in the history
Basic snapcraft.yaml proposal for iteration.
  • Loading branch information
allinurl authored Mar 1, 2019
2 parents 28b2a4a + 76ea4ac commit b43934e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: goaccess
version: git
summary: Real-time web log analyzer and interactive viewer
description: |
GoAccess is a real-time web log analyzer and interactive viewer that runs
in a terminal in *nix systems or through your browser.
confinement: classic
grade: devel

apps:
goaccess:
command: bin/goaccess

parts:
goaccess:
plugin: autotools
source: .
configflags:
- --enable-utf8
- --enable-geoip=legacy
build-packages:
- gettext
- libncurses-dev
- libncursesw5-dev
- libglib2.0-dev
- libgeoip-dev
stage-packages:
- libgeoip-dev

0 comments on commit b43934e

Please sign in to comment.