[arch-commits] Commit in goaccess/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Dec 25 04:37:57 UTC 2017


    Date: Monday, December 25, 2017 @ 04:37:57
  Author: felixonmars
Revision: 275917

archrelease: copy trunk to community-testing-x86_64

Added:
  goaccess/repos/community-testing-x86_64/
  goaccess/repos/community-testing-x86_64/PKGBUILD
    (from rev 275916, goaccess/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: goaccess/repos/community-testing-x86_64/PKGBUILD (from rev 275916, goaccess/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-25 04:37:57 UTC (rev 275917)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=1.2
+pkgrel=2
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('x86_64')
+url='http://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'libmaxminddb')
+optdepends=('geoip2-database: for geoip support')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
+sha512sums=('bc31ef1e4c92608635856fa73e69b58267c161a7e3c6f2e3ca8860b862ed1c47575b93943dd975a5f8503774ee90ee0649d380563639e30908d876416638f889')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip=mmdb --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}
+



More information about the arch-commits mailing list