Skip to content

Commit

Permalink
Basic snapcraft.yaml proposal for iteration.
Browse files Browse the repository at this point in the history
Managed to build the snap on *classic* mode relying on *legacy* geoip.
  • Loading branch information
cprov committed Feb 28, 2019
1 parent 995d09b commit dde0634
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 dde0634

Please sign in to comment.