Package Details: bruno 2.0.1-1

Git Clone URL: https://aur.archlinux.org/bruno.git (read-only, click to copy)
Package Base: bruno
Description: Opensource API Client for Exploring and Testing APIs
Upstream URL: https://www.usebruno.com/
Licenses: MIT
Submitter: vianney
Maintainer: vianney
Last Packager: vianney
Votes: 10
Popularity: 1.02
First Submitted: 2023-10-09 08:44 (UTC)
Last Updated: 2025-03-31 13:53 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Pinned Comments

vianney commented on 2025-04-27 19:41 (UTC)

Hi there, quick update for those wondering: both bruno and bruno-git do not build since the 2.1 release and when I manage to fix the build it does not run. Since updates are made on a best effort basis, do not hesitate to provide help if you have the time to do so. As stated before: help appreciated on here.

Latest Comments

« First ‹ Previous 1 2 3

vianney commented on 2024-03-15 16:48 (UTC) (edited on 2024-08-28 19:46 (UTC) by vianney)

** On the reasons under the nvm makedepend.

From @lumac0:

Making nvm a required dependency is a little intrusive if the system is using a different version manager like asdf. Requiring a specific version of node (or just node) may simplify the build.

nvm (as a make dependency) is needed if we want to build bruno with the same node version used by the upstream, which is what's aimed here: same node version, same electron version, etc. This node version will never be used nor stored outside of the packaging directory (please see line 34 in the previous link) and therefore won't contaminate you host with unneeded nodejs versions.

You can find the .nvmrc in the upstream repository here and the requirement for the electron version there.

Please see the related documentation on archlinux's wiki on using nvm in packaging here.

For those interested, same thing about how to build against the system's electron here.

Please note that if you don't want the hassle of building this application, you can use the binary release from github directly from the PKGBUILD under the name bruno-bin.


edit: formatting then using this post to pin some information.

lumac0 commented on 2024-03-15 13:58 (UTC)

Making nvm a required dependency is a little intrusive if the system is using a different version manager like asdf. Requiring a specific version of node (or just node) may simplify the build.

nachopro commented on 2024-03-11 18:22 (UTC)

Thank you!

vianney commented on 2024-02-13 08:12 (UTC)

Sorry for the delay, 1.8.0 is now packaged.