Search Criteria
Package Details: fail2rest-git r52.42cfa41-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/fail2rest-git.git (read-only, click to copy) |
---|---|
Package Base: | fail2rest-git |
Description: | REST server for fail2ban |
Upstream URL: | https://github.com/Sean-Der/fail2rest |
Licenses: | MIT |
Conflicts: | fail2rest |
Provides: | fail2rest |
Submitter: | sfner |
Maintainer: | None |
Last Packager: | sfner |
Votes: | 1 |
Popularity: | 0.000001 |
First Submitted: | 2019-11-10 05:56 (UTC) |
Last Updated: | 2020-04-19 18:09 (UTC) |
Dependencies (2)
- fail2ban (fail2ban-gitAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (1)
- fail2web-git (requires fail2rest)
Latest Comments
bitdruid commented on 2023-01-02 19:19 (UTC)
please replace in build file:
go get
with
go install -v github.com/Sean-Der/fail2rest@latest
otherwise buggy
sfner commented on 2020-04-19 18:10 (UTC)
Added go as make dependency, as pointed out by @omano.
omano commented on 2020-04-19 03:51 (UTC)
I think it is missing the 'go' dependency for building. On my side it fails on prepare() because of that, maybe you can add it.