asdf-lua
asdf-lua copied to clipboard
Lua plugin for asdf version manager. https://github.com/asdf-vm/asdf
Trying to install LuaJIT causes an error for me. ```console $ asdf install lua LuaJIT-2.0.5 /Users/kevinsjoberg/.asdf/plugins/lua/bin/../lib/utils.sh: line 38: version_info[2]: unbound variable /Users/kevinsjoberg/.asdf/plugins/lua/bin/../lib/utils.sh: line 61: pkg_name: unbound variable /Users/kevinsjoberg/.asdf/plugins/lua/bin/../lib/utils.sh: line 38:...
While installing the [`ruby-lua`](https://github.com/glejeune/ruby-lua) gem, I found out that the plugin doesn't support `pkg-config`. Other plugins such as `asdf-ruby` support `pkg-config`. Homebrew's Lua package [supports it](https://github.com/Homebrew/homebrew-core/blob/0f3421f24eb7db1332758a3688f2d85de256272f/Formula/l/[email protected]#L84) as well. Is it...
I installed luarocks by asdf with this plugin on my Mac M1. However, the installed luarocks doesn't have correct architecture: ``` $ luarocks config accept_unknown_fields = false arch = "macosx-x86_64"...