Search Criteria
Package Details: simplex-chat-git v1.3.1.r34.g22ff17ae-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/simplex-chat-git.git (read-only, click to copy) |
---|---|
Package Base: | simplex-chat-git |
Description: | a 100% private-by-design chat platform |
Upstream URL: | https://github.com/simplex-chat/simplex-chat |
Licenses: | AGPL3 |
Conflicts: | simplex-chat |
Provides: | simplex-chat |
Submitter: | bobpaul |
Maintainer: | emilss |
Last Packager: | bobpaul |
Votes: | 2 |
Popularity: | 0.38 |
First Submitted: | 2022-03-10 03:13 (UTC) |
Last Updated: | 2022-03-13 03:40 (UTC) |
Latest Comments
elmiar0246 commented on 2024-06-27 09:03 (UTC) (edited on 2024-06-27 09:04 (UTC) by elmiar0246)
$ yay -S simplex-chat-git
failed, so i cloned the repo and tried installing using
$ makepkg -si
it threw some error regarding wanting me to run "stack init".
manually appended the command into PKGBUILD file and tried building. since then I am facing the following error: https://pastebin.com/hiSdntxc
contents of PKGBUILD file are as follows:
dreieck commented on 2023-11-25 09:52 (UTC)
build()
wants to download some stuff. Can you move all downloads that are not possible to get via thesource
array intoprepare()
, so thatbuild()
can run without internet connection?Furthermore,
build()
fails for me withHttpExceptionRequest
:Regards!
dreieck commented on 2023-11-25 09:30 (UTC)
Can you please strip off the leading
v
from$pkgver
as required by the Arch Linux VCS packaging guidelines?Thanks for maintaining!
bobpaul commented on 2023-07-20 20:34 (UTC) (edited on 2023-07-20 20:36 (UTC) by bobpaul)
It looks like they changed the build system to from using stack to using cabal+ghc (you can see this in their Dockerfile which was updated months ago). The error in question is complaining that the sockets library is missing; this is something that should be declared in stacks.yaml or cabal.yaml and get installed while haskell is building the project.
They still have a
stack.yaml
so it might be a bug that it doesn't build with stack or maybe they just forgot to deletestack.yaml
. I don't normally work with haskell, so I'll just ask them.I did get it building on my system using cabal and an older version of ghc (from aur). I'll get an updated PKGBUILD released soon.
tatsumaru commented on 2023-07-05 21:41 (UTC) (edited on 2023-07-05 21:41 (UTC) by tatsumaru)
Package building failed on Gnome. Any ideas?
bobpaul commented on 2022-03-13 03:41 (UTC)
Thanks! I've merged your changes in.
HalosGhost commented on 2022-03-12 20:56 (UTC)
Thank you for taking a look at packaging this! I cleaned up your PKGBUILD a bit so that I could use it myself:
All the best,
-HG