summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: db1098fa1a22f26abf4c955b9160d824111767ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Maintainer: Semyon Maryasin <simeon@maryasin.name>
pkgname=aws-xray-daemon
pkgver=2.0.0
pkgrel=1
epoch=
pkgdesc="Listen for X-Ray segments on UDP port 2000 and pass them to AWS X-Ray API"
arch=('i686' 'x86_64')
url="http://docs.aws.amazon.com/xray/latest/devguide/xray-daemon.html"
license=('Apache')
groups=()
depends=(glibc)
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://s3.dualstack.us-east-2.amazonaws.com/aws-xray-assets.us-east-2/xray-daemon/$pkgname-$pkgver.rpm")
noextract=()
md5sums=('ab96cb73e17dffb757d395a0f0ebd6df')
validpgpkeys=()

prepare() {
	# the rpm we downloaded contains init scripts for both upstart and systemd;
	# but we don't need initctl so let's remove it.
	rm -rf etc/init
}

package() {
	cp -a etc usr $pkgdir/
}