Search Criteria
Package Details: matterircd 0.22.0-1
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: | |
Submitter: | jokke |
Maintainer: | jokke |
Last Packager: | jokke |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-03-20 14:22 |
Last Updated: | 2021-01-12 11:32 |
Dependencies (2)
- glibc (glibc-git)
- go>=1.8 (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Latest Comments
Zauberfisch commented on 2020-11-01 07:59
The new version changed
-conf
to--conf
, please update the service filedodys commented on 2020-06-16 21:17
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
Assuming you meant
prepare()
I get the go dependencies duringprepare()
now. Thanks for the input!dreieck commented on 2019-10-31 12:56
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
thx for the package!