Package Details: mockoon-bin 9.6.1-2

Git Clone URL: https://aur.archlinux.org/mockoon-bin.git (read-only, click to copy)
Package Base: mockoon-bin
Description: Mockoon is the easiest and quickest way to run mock APIs locally.
Upstream URL: https://mockoon.com/
Keywords: api mock mockoon
Licenses: MIT
Groups: base-devel
Submitter: Spissable
Maintainer: Spissable (255kb)
Last Packager: Spissable
Votes: 5
Popularity: 0.024012
First Submitted: 2019-11-06 16:24 (UTC)
Last Updated: 2026-05-08 16:43 (UTC)

Latest Comments

Spissable commented on 2026-05-08 16:53 (UTC)

Thanks Matthias, done!

mkurz commented on 2026-05-06 09:16 (UTC) (edited on 2026-05-06 09:18 (UTC) by mkurz)

Hi!

Can you please add support for the arm64 package (=aarch64) (its officially available: https://github.com/mockoon/mockoon/releases/tag/v9.6.1)? I did that locally and it works.

You can use my changes:

I pushed a branch here: https://github.com/mkurz/aur/tree/mockoon-bin_aarch64-support

That branch contains just one commit on top of the mockoon-bin branch you maintain: - https://github.com/mkurz/aur/commits/mockoon-bin_aarch64-support/ - The commit: https://github.com/mkurz/aur/commit/78201633b3f092bb319214f506fee21d9f3d15ea

You can apply that code now easily in your repo with:

git remote add mkurz git@github.com:mkurz/aur.git
git fetch mkurz mockoon-bin_aarch64-support
git merge mkurz/mockoon-bin_aarch64-support

Afterwards you could release a new version - please do not forget to bump pkgrel.

BTW, I also changed to ${pkgver} in the url, so you just have to change the pkgver at the beginning and everything just works. To update the checksums and the .SRCINFO file you can just run:

updpkgsums && makepkg --printsrcinfo > .SRCINFO

Thank you very much!

Spissable commented on 2025-07-22 17:47 (UTC)

Hi @salvatoreG thanks for spotting it. I chatted with the maintainer and the debian package was replaced after the AUR package was uploaded. The AUR package was updated now :)

salvatoreG commented on 2025-07-22 09:26 (UTC)

md5sum seems to be wrong in the PKGBUILD for 9.3.0; I compute 19159d67c4b96383d3a2d81607397165 from the .deb on github

maybe we should switch to sha256 to easily compare on their webpage

zxp19821005 commented on 2023-04-24 07:30 (UTC)

Maybe you should use namcap to check the depends.

Spissable commented on 2021-01-24 15:40 (UTC)

@xilent the cli binary has been renamed, so I added the symlink as requested :)

Spissable commented on 2021-01-09 22:59 (UTC)

I like the idea, my only concern is that the mockoon-cli binary is currently named "mockoon" (see oclif.bin: https://github.com/mockoon/cli/blob/main/package.json) as well which would cause a collision. I'll check with the maintainer, perhaps the cli could be renamed.

mwohlert commented on 2021-01-08 18:21 (UTC)

Can you add a link to /usr/bin for the executable so that it can be found within the standard path?