Search Criteria
Package Details: matterhorn-git 50200.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/matterhorn-git.git (read-only, click to copy) |
---|---|
Package Base: | matterhorn-git |
Description: | A terminal-based chat client for MatterMost |
Upstream URL: | https://github.com/matterhorn-chat/matterhorn |
Licenses: | BSD |
Conflicts: | matterhorn |
Provides: | matterhorn |
Submitter: | amaloz |
Maintainer: | None |
Last Packager: | amaloz |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-04-20 23:32 (UTC) |
Last Updated: | 2020-10-22 15:31 (UTC) |
Dependencies (5)
- gmp (gmp-hgAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cabal-install (cabal-install-gitAUR, ghc-cabal-artsAUR, cabal-install-binAUR) (make)
- ghc (ghc-cabal-artsAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
<deleted-account> commented on 2021-11-30 20:41 (UTC)
This package fails to build with the current versions of cabal-install and ghc from official repos:
rageltman commented on 2021-01-15 01:20 (UTC)
The package is missing dependencies to build (ssh for git), and rather importantly its trying to perform network access in the
build()
step instead ofprepare()
which will break in environments which isolate the build step itself from the network.alerque commented on 2020-04-02 09:15 (UTC)
See the wiki guidelines but you only need to conflict with "matterhorn" here, the fact that the -bin package also conflicts with the same thing will be enough to resolve that it would also conflict with this. Also the provides line here is wrong, it needs to provide matterhorn not matterhorn-git.
amaloz commented on 2018-11-26 21:32 (UTC)
I hopefully fixed it. The build wasn't working with the latest ghc. I've found that it works with ghc8.0, but likely works with ghc8.2 as well (although I didn't test that).
gajdosm commented on 2018-11-21 10:52 (UTC)
Hey gyus, build fails:
As I don't know cabal, I'm not sure how to deal with this. Can you help?
amaloz commented on 2017-05-31 16:29 (UTC) (edited on 2017-05-31 17:37 (UTC) by amaloz)
Midov commented on 2017-05-20 07:50 (UTC) (edited on 2017-05-20 08:19 (UTC) by Midov)