Package Details: bombardier 1.2.6-1

Git Clone URL: https://aur.archlinux.org/bombardier.git (read-only, click to copy)
Package Base: bombardier
Description: Crossplatform HTTP benchmarking tool written in Go
Upstream URL: https://github.com/codesenberg/bombardier
Licenses: MIT
Submitter: obiesmans
Maintainer: mkurz
Last Packager: mkurz
Votes: 4
Popularity: 0.000676
First Submitted: 2016-06-24 14:46 (UTC)
Last Updated: 2023-05-15 10:29 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

mkurz commented on 2023-05-03 09:53 (UTC)

@obiesmans I submitted the orphan request a couple of days ago.

obiesmans commented on 2022-10-25 09:41 (UTC)

@mkurz : I don't have time to maintain this anymoe, are you interested in adopting it ? If yes submit an orphan request, I'll agree to it.

mkurz commented on 2022-10-25 09:06 (UTC)

Please add aarch64 architecture (I tested and it works, also the bombarider repo defines multiple archs: https://github.com/codesenberg/bombardier/blob/master/build.py) Thanks!

diff --git a/.SRCINFO b/.SRCINFO
index b78bd59..9310d46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = bombardier
        pkgrel = 1
        url = https://github.com/codesenberg/bombardier
        arch = x86_64
+       arch = aarch64
        license = MIT
        makedepends = go
        options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 20173a0..e1535bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=bombardier
 pkgver=1.2.5
 pkgrel=1
 pkgdesc="Crossplatform HTTP benchmarking tool written in Go"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
 url="https://github.com/codesenberg/bombardier"
 license=('MIT')
 makedepends=('go')

bin commented on 2022-03-21 15:59 (UTC)

a821: True, altered pkgbuild to build from source.

a821 commented on 2022-03-19 09:27 (UTC)

The package should be built from sources. Otherwise call it bombardier-bin.