summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9b120431d06410f5be22fead90dce7012125a97f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Anatol Pomozov

pkgname=osquery-bin
pkgver=4.6.0
pkgrel=1
pkgdesc='SQL powered operating system instrumentation, monitoring, and analytics'
arch=(x86_64)
url='https://osquery.io'
license=(Apache, GPL2)
depends=(zlib)
makedepends=()
conflicts=(osquery)
provides=(osquery)
replaces=(osquery)
source=(https://pkg.osquery.io/linux/osquery-${pkgver}_1.linux_x86_64.tar.gz)
sha1sums=('b73dee6155477c26d77420387fdfd65c9cc73c0b')

package() {
  rm -r etc/init.d
  cp -r etc $pkgdir
  cp -r usr/local $pkgdir/usr
  cp -r var $pkgdir
}