PSA: I've started hosting this, all its dependencies, and also many other Lua Rocks as prebuilt packages in my repository for those that want to install them using pacman
without messing around with building from the AUR.
Search Criteria
Package Details: lua53-busted 2.0.0-10
Git Clone URL: | https://aur.archlinux.org/lua-busted.git (read-only, click to copy) |
---|---|
Package Base: | lua-busted |
Description: | Elegant Lua unit testing |
Upstream URL: | https://olivinelabs.com/busted |
Licenses: | |
Submitter: | caleb |
Maintainer: | caleb |
Last Packager: | caleb |
Votes: | 2 |
Popularity: | 0.98 |
First Submitted: | 2019-06-18 13:21 |
Last Updated: | 2020-08-06 07:53 |
Dependencies (15)
- lua53
- lua53-cliargs
- lua53-dkjson
- lua53-filesystem
- lua53-luassert
- lua53-mediator
- lua53-penlight (lua53-penlight-git)
- lua53-say
- lua53-system
- lua53-term
- lua (make)
- lua51 (make)
- lua52 (make)
- lua53 (make)
- luarocks (make)
Required by (0)
Sources (1)
Latest Comments
caleb commented on 2020-02-21 12:59
caleb commented on 2019-09-02 09:45
@blueyed I'm sorry your comment got lost in the shuffle, but I've fixed this now.
blueyed commented on 2019-07-27 04:31
/usr/bin/busted fails with:
/usr/bin/lua5.3: cannot open /home/user/.cache/pacaur/lua-busted/pkg/lua-busted/usr/lib/luarocks/rocks-5.3/busted/2.0.rc13-0/bin/busted: No such file or directory
It contains this code:
LUAROCKS_SYSCONFDIR='/etc/luarocks' exec '/usr/bin/lua5.3' -e 'package.path=";"..package.path;package.cpath=";"..package.cpath;local k,l,=pcall(require,"luarocks.loader") =k and l.add_context("busted","2.0.rc13-0")' '/home/user/.cache/pacaur/lua-busted/pkg/lua-busted/usr/lib/luarocks/rocks-5.3/busted/2.0.rc13-0/bin/busted' "$@"
I think it should use /usr/lib/luarocks/rocks-5.3/busted/2.0.rc13-0/bin/busted there instead.
Pinned Comments
caleb commented on 2020-02-21 12:59
PSA: I've started hosting this, all its dependencies, and also many other Lua Rocks as prebuilt packages in my repository for those that want to install them using
pacman
without messing around with building from the AUR.