Package Details: murex 6.0.1000-34

Git Clone URL: https://aur.archlinux.org/murex.git (read-only, click to copy)
Package Base: murex
Description: A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
Upstream URL: https://github.com/lmorg/murex
Keywords: language scripting shell
Licenses: GPL2
Replaces: murex-git
Submitter: lmorg
Maintainer: lmorg
Last Packager: lmorg
Votes: 2
Popularity: 0.100064
First Submitted: 2022-06-16 21:21 (UTC)
Last Updated: 2024-02-17 21:13 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

lmorg commented on 2023-09-10 21:43 (UTC)

Sorry everyone. Some of the timeouts for the unit tests are pretty aggressive. However since unit testing on install is a wasted effort (plus these builds already go through lots of testing in CI/CD), I've vastly simplified the AUR build check.

Long story short, this PKGBUILD is working again now.

ShalokShalom commented on 2023-09-10 10:10 (UTC)

This currently fails to check()

noraj commented on 2023-08-17 13:31 (UTC) (edited on 2023-08-17 13:31 (UTC) by noraj)

==> Starting check()...
Error in `regexp` ((builtin) 3,521):
      Command: regexp (m/(NAME|PATTERN)/) 
      Error: nothing matched: (NAME|PATTERN)
...
[FAILED] (unit)       12:529  murex.flag.try.errpipe                             StderrMatch string mismatch. act: 'Error in `regexp` ((builtin) 3,521):\n      Command: regexp…

lmorg commented on 2022-06-20 08:52 (UTC) (edited on 2022-06-20 08:53 (UTC) by lmorg)

Hi, I have updated this repo with a PKGBUILD that should (hopefully) work. However since this project isn't rolling release (instead periodic versions are pushed to master) I'd personally recommend you use the murex package instead of murex-git: https://aur.archlinux.org/packages/murex

kseistrup commented on 2021-12-22 20:09 (UTC)

Thanks @ckafi, your PKGBUILD file works.

ckafi commented on 2021-07-14 22:55 (UTC)

A working PKGBUILD can be found here: https://gist.github.com/ckafi/339f457f3f8be63d3995cedc803f0cb8

danisztls commented on 2021-05-01 07:45 (UTC)

==> Starting build()...
go tool: no such tool "fix"
==> ERROR: A failure occurred in build().

aragon123 commented on 2021-02-28 12:46 (UTC) (edited on 2021-02-28 12:46 (UTC) by aragon123)

I seem to fail to install the package.

The package build fails with the error:

.../murex-git/PKGBUILD: Line 14: cd: .../murex-git/src/src/github.com/lmorg/murex: No such file or directory

When I check the folder I the src folder of the package I can only see a folder called src/pkg but not src/src.

Unfortunately I am not really familiar with GO build process. Any idea whats happening?