Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Spider.007 / Sjon committed Oct 1, 2015
1 parent 488919a commit 96af1d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = kibana
pkgdesc = browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'
pkgver = 4.1.2
pkgrel = 2
pkgrel = 3
url = http://www.elasticsearch.org/overview/kibana/
install = kibana.install
arch = i686
Expand Down
5 changes: 3 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Spider.007 <archlinux AT spider007 DOT net>
pkgname=kibana
pkgver=4.1.2
pkgrel=2
pkgrel=3
pkgdesc="browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'"
arch=('i686' 'x86_64')
url="http://www.elasticsearch.org/overview/kibana/"
Expand All @@ -23,5 +23,6 @@ package() {
mkdir -p $pkgdir/usr/lib/kibana/
install -Dm644 "$srcdir/kibana.service" "$pkgdir/usr/lib/systemd/system/kibana.service"
install -Dm644 "config/kibana.yml" "$pkgdir/etc/elasticsearch/kibana/kibana.yml"
cp -Rp ./src/* "$pkgdir/usr/lib/kibana/"
chmod +r src/public/worker-json.js
cp -Rp src/* "$pkgdir/usr/lib/kibana/"
}

0 comments on commit 96af1d9

Please sign in to comment.