Search Criteria
Package Details: matterircd 0.28.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/matterircd.git (read-only, click to copy) |
|---|---|
| Package Base: | matterircd |
| Description: | Minimal IRC server which integrates with mattermost and slack |
| Upstream URL: | https://github.com/42wim/matterircd |
| Licenses: | MIT |
| Submitter: | jokke |
| Maintainer: | Zauberfisch |
| Last Packager: | Zauberfisch |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-03-20 14:22 (UTC) |
| Last Updated: | 2024-11-12 13:19 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
Zauberfisch commented on 2024-11-12 22:38 (UTC)
I've adopted this project as a maintainer now and tagged a v0.28 release. However for Mattermost 10 compatibility we are still waiting for a v0.29 release of matterircd.
Zauberfisch commented on 2024-02-14 01:45 (UTC)
@sergej please update the pkgver. 0.27.0 does not work with current mattermost anymore. The current version is 0.28.0.
sergej commented on 2021-10-28 01:24 (UTC) (edited on 2021-10-28 01:24 (UTC) by sergej)
should be
in matterircd.service
Zauberfisch commented on 2020-11-01 07:59 (UTC)
The new version changed
-confto--conf, please update the service filedodys commented on 2020-06-16 21:17 (UTC) (edited on 2020-06-16 21:20 (UTC) by dodys)
To update to the latest version and including armv7h as one of the supported archs, currently running on a Beaglebone Black.
jokke commented on 2019-10-31 14:25 (UTC)
Assuming you meant
prepare()I get the go dependencies duringprepare()now. Thanks for the input!dreieck commented on 2019-10-31 12:56 (UTC)
It downloads stuff during
build(). But duringbuild()network connection should not be assumed.Please make sure that everything needed to build the package is already downloaded after
package(). Use thesource-array, or thepackage()function as an excpeption if it is not possible insource.mksandere commented on 2019-02-06 11:40 (UTC)
thx for the package!