Search Criteria
Package Details: lua-timerwheel 1.0.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lua-timerwheel.git (read-only, click to copy) |
---|---|
Package Base: | lua-timerwheel |
Description: | Timer wheel implementation for Lua 5.4 |
Upstream URL: | https://tieske.github.io/timerwheel.lua/ |
Licenses: | MIT |
Submitter: | Popolon |
Maintainer: | Popolon |
Last Packager: | Popolon |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-20 16:02 (UTC) |
Last Updated: | 2024-02-02 11:45 (UTC) |
Dependencies (5)
- lua (make)
- lua51 (luajit-symlinksAUR) (make)
- lua52 (make)
- lua53 (make)
- luarocks (luarocks-gitAUR) (make)
Latest Comments
alerque commented on 2024-03-29 14:13 (UTC) (edited on 2024-03-29 14:16 (UTC) by alerque)
Thanks for setting this up, but it is also setup wrong. The use of
luarocks install
is completely defeating the purpose of the sources. It's just usinggit
behind the scenes to go fetch the sources itself based on the rockspec (as you'd see if you tried to build this in a chroot). You need to useluarocks make
for this instead so it uses the sources you downloaded. Not an intuitive name for something that also installs, but that's the right one to use.Also the respective lua runtimes should be added to each split package. They are all makedepends but the matching ones should also be runtime dependencies of each packages.