mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-02 19:11:47 +02:00
55 lines
2.5 KiB
Plaintext
55 lines
2.5 KiB
Plaintext
# Contributor: Ramanathan Sivagurunathan <ramzthecoder@gmail.com>
|
|
# Maintainer: Ramanathan Sivagurunathan <ramzthecoder@gmail.com>
|
|
pkgname=filebeat
|
|
pkgver=5.2.0
|
|
pkgrel=0
|
|
pkgdesc="Beats - Lightweight shippers for Elasticsearch & Logstash"
|
|
pkgusers="root"
|
|
url="https://www.elastic.co/products/beats"
|
|
arch="all"
|
|
license="ASL 2.0"
|
|
depends=""
|
|
makedepends="go"
|
|
install=""
|
|
subpackages=""
|
|
source="beats-${pkgver}.tar.gz::https://github.com/elastic/beats/archive/v$pkgver.tar.gz
|
|
filebeat.initd
|
|
filebeat.confd
|
|
filebeat.yml
|
|
"
|
|
builddir="$srcdir/src/github.com/elastic/beats/$pkgname"
|
|
|
|
prepare() {
|
|
mkdir -p "$srcdir/src/github.com/elastic/"
|
|
mv "$srcdir/beats-${pkgver}" "$srcdir/src/github.com/elastic/beats" || return 1
|
|
default_prepare
|
|
}
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
GOPATH="$srcdir" go build -v || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname || return 1
|
|
install -Dm644 "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname || return 1
|
|
install -Dm644 "$builddir"/filebeat.template.json "$pkgdir/etc/$pkgname/filebeat.template.json" || return 1
|
|
install -Dm644 "$builddir"/filebeat.template-es2x.json "$pkgdir/etc/$pkgname/filebeat.template-es2x.json" || return 1
|
|
install -Dm644 "$srcdir/filebeat.yml" "$pkgdir/etc/$pkgname/filebeat.yml" || return 1
|
|
install -Dm755 "$builddir/filebeat" "$pkgdir/usr/bin/filebeat" || return 1
|
|
}
|
|
|
|
md5sums="249efb0a727c8fd266c92d2f7dc1745d beats-5.2.0.tar.gz
|
|
57712ca4cea6a05e852511c27c8d85bd filebeat.initd
|
|
a65117f047e595e1f544d384a8fb2458 filebeat.confd
|
|
4ef2573383a066ba1070482016527cc4 filebeat.yml"
|
|
sha256sums="b74d6c77e60dffe1d76623ef50117715219f8d81c2400b2aa90fef79d34ed564 beats-5.2.0.tar.gz
|
|
eaa21f4937139c86b34489867590f006220757b3af8d7ef0fffafce937640930 filebeat.initd
|
|
ea4f0b98a695d7044d62c97e03eb8310fc30b52917e0dde01f3567cc42858544 filebeat.confd
|
|
d406ef8860873cea1aef5546147f8ccadeb3796c0c81a0e62e4d91bc50a379e5 filebeat.yml"
|
|
sha512sums="f9af43303b3645035659d8de8a9c41c95a076b47c8d7406d6af443d59e8fb19bfc0817a3444eaa7485d9833173cdf65b5b73014aacd94f9566bdf74e10a8de63 beats-5.2.0.tar.gz
|
|
ea49bc4da6f66e01ad2b563d9179a992c6dc07410c8ad107f7c5ce65426ee6010871b1cbf9634310765aa5d2da0261eb2aee2c93bbe11de5f0d6d7e903402d15 filebeat.initd
|
|
25321037cd036f05186c21c73889e9b2716bbfa30597edcf90a110fca761396f30df20142e025d6175ae6ed743f08c574fa54e8df8577c1bf416bce17bec7170 filebeat.confd
|
|
b0d5fa1d37041a4f1383451107abcdab1ce15ed537f702f55756f59c2110445dcddaf7c58f2a0561e18b83e3cab72fceb9d931bae9267f1acd9d35135555d6f7 filebeat.yml"
|