aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hyperfine
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-09-22 19:16:35 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-26 17:54:27 +0200
commit3160cb5361d4ead1f3949eb4240d74f8c54b95a1 (patch)
treefdb79f02399e85482b36277b140fb48ea142d07b /testing/hyperfine
parente389ddd8f7fd2af64297e92bc2e73ffa077b9377 (diff)
downloadaports-3160cb5361d4ead1f3949eb4240d74f8c54b95a1.tar.bz2
aports-3160cb5361d4ead1f3949eb4240d74f8c54b95a1.tar.xz
testing/hyperfine: enable on ppc64le
Diffstat (limited to 'testing/hyperfine')
-rw-r--r--testing/hyperfine/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hyperfine/APKBUILD b/testing/hyperfine/APKBUILD
index 96cf8ab273..802ad598f8 100644
--- a/testing/hyperfine/APKBUILD
+++ b/testing/hyperfine/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.7.0
pkgrel=0
pkgdesc="Command-line benchmarking tool"
url="https://github.com/sharkdp/hyperfine"
-arch="x86_64 armv7 armhf aarch64 x86" # Limited by cargo
+arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # Limited by cargo
license="Apache-2.0 AND MIT"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/hyperfine/archive/v$pkgver.tar.gz"