aboutsummaryrefslogtreecommitdiffstats
path: root/testing/isoping/APKBUILD
blob: 4bc82e5917d0f6ec08918526f75818d342c969a3 (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
# Contributor: Ariadne Conill <ariadne@dereferenced.org>
# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
pkgname="isoping"
pkgver=20170626
pkgrel=0
pkgdesc="isochronous ping tool"
url="https://gfiber.googlesource.com/vendor/google/platform"
arch="all"
license="Apache-2.0"
makedepends="openssl-dev"
source="https://distfiles.dereferenced.org/stuff/isoping-$pkgver.tar.gz
	0001-isoping-support-openssl-1.1.patch"
builddir="$srcdir/cmds"
options="!check"

build() {
	make isoping
}

package() {
	install -D -m755 isoping "$pkgdir"/usr/bin/isoping
}

sha512sums="b1c99962ab59f496d680639aea7929cb742ef8fac598f7ba7b6356d6cfe46b8b8d6ef1a0b7a9b05efa81ba5dbd3d406e38c75cd7b4bdfe34c0714d20f9d2b5a0  isoping-20170626.tar.gz
dd5b491cc17a10a3b53b642722d41bfa2823da39a1a01dd7ed826fb998b0752d175ab36e54ee3589a864b737dccde7f374fa7f0cba573fc99bd6d95a84bfbe71  0001-isoping-support-openssl-1.1.patch"