Will look at when I have time. I'm behind on many projects atm. Expecting 2weeks till I have time for aur packages.
Check back week after Easter for updates
Git Clone URL: | https://aur.archlinux.org/cuberite-git.git (read-only, click to copy) |
---|---|
Package Base: | cuberite-git |
Description: | A Minecraft-compatible multiplayer game server that is written in C++ and designed to be efficient with memory and CPU, as well as having a flexible Lua Plugin API. It is compatible with the vanilla Minecraft client. - Git Version. |
Upstream URL: | https://cuberite.org/ |
Licenses: | Apache |
Conflicts: | cuberite |
Provides: | cuberite, minecraft-server, spigot |
Submitter: | EndlessEden |
Maintainer: | EndlessEden |
Last Packager: | EndlessEden |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-09 04:02 (UTC) |
Last Updated: | 2021-03-30 08:01 (UTC) |
Will look at when I have time. I'm behind on many projects atm. Expecting 2weeks till I have time for aur packages.
Check back week after Easter for updates
fails to compile, marking as outdated, also pls add aarch64
@EndlessEden
I recently split of the management script into a dedicated repository. If you want you could update to this package to use this new source. This would help with keeping the script up to date and in sync with all the other flavors of the script. The code is hosted at GitHub:Edenhofer/minecraft-server. For guidance on the necessary configuration toggles, you can take inspiration from the cuberite
package.
P.S. the cuberite package builds from the github projects using git submoles. This might be of interest too.
@abouvier - Thats usually quite difficult to do, but ill take a look at it when i have time.
Each git submodule should be added to the source array.
The package is missing a gmock
dependency, had to install it manually.
updated: removed base-devel group, added gtest to make-depends
missing dependency: gtest
Could you remove the dependencies that are in base-devel group?
Building fails:
Building tools CMake Error at CMake/GroupSources.cmake:6 (set_target_properties): set_target_properties Can not find target to add properties to: event_core_static
The PKGBUILD doesn't create a "Cuberite" binary to run.
Pinned Comments
EndlessEden commented on 2021-03-30 08:03 (UTC)
updated: removed base-devel group, added gtest to make-depends