Search Criteria
Package Details: mcping-git 20240908-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mcping-git.git (read-only, click to copy) |
---|---|
Package Base: | mcping-git |
Description: | Ping any Minecraft server. |
Upstream URL: | https://github.com/Tnze/go-mc/tree/master/examples/mcping |
Licenses: | MIT |
Submitter: | fantasyzhjk |
Maintainer: | Glucy2 |
Last Packager: | Glucy2 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-31 13:06 (UTC) |
Last Updated: | 2024-09-26 12:11 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
mekb commented on 2022-08-22 12:26 (UTC)
git://
is unsupported, please change"git://github.com/go-mc/mcping.git"
to"git+$url.git"
or"git+https://github.com/go-mc/mcping.git"
, thanks