Search Criteria
Package Details: insomnia 11.2.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/insomnia.git (read-only, click to copy) |
---|---|
Package Base: | insomnia |
Description: | Cross-platform HTTP and GraphQL Client |
Upstream URL: | https://github.com/Kong/insomnia |
Licenses: | MIT |
Submitter: | kpcyrd |
Maintainer: | plp |
Last Packager: | plp |
Votes: | 25 |
Popularity: | 1.52 |
First Submitted: | 2020-10-19 17:29 (UTC) |
Last Updated: | 2025-06-09 12:46 (UTC) |
Dependencies (4)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
- nvm (nvm-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10
vscncls commented on 2020-04-27 11:17 (UTC)
@tdemin done!
tdemin commented on 2020-04-27 10:46 (UTC)
Needs
npm
in build dependencies list. If building withoutnpm
installed:neeks commented on 2019-08-13 16:59 (UTC)
@ccat3z thanks! I'm so use to scripting for cross-distro environments that it didn't cross my mind that
realpath
could be used for easier detectionccat3z commented on 2019-08-13 16:34 (UTC) (edited on 2019-08-13 16:35 (UTC) by ccat3z)
@neeks thanks for your help.
6.6.2-2
support bothelectron3
andelectron3-bin
.If you want to install
electron3-bin
instead ofelectron3
, you can installelectron3-bin
before building this package.neeks commented on 2019-08-13 16:03 (UTC)
PKGBUILD for anyone wanting to use
electron3-bin
:neeks commented on 2019-08-09 03:21 (UTC) (edited on 2019-08-13 15:26 (UTC) by neeks)
Is it possible we could make the necessary changes to support detection of
electron3-bin
and not justelectron3
? Looks like the sed'ing for electron-buidler would need tweaking to use the output ofwhich electron3
.Would prefer to not have to compile a legacy electron build it needs updating (e.g security-related patches, shared lib updates). The following error message was thrown when
electron3-bin
is installed:EDIT: Libevent was recently updated and
electron3
needs to be recompiled for the updated shared library -- please update to work with electron3-bin. Thanks for the package regardless.gandriyko commented on 2019-07-29 21:28 (UTC) (edited on 2019-07-29 21:29 (UTC) by gandriyko)
on build:
« First ‹ Previous 1 .. 5 6 7 8 9 10